|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractStep | |
---|---|
org.apache.wiki | The chief package of JSPWiki. |
org.apache.wiki.auth | Authentication, Authorization and the third A thing. |
org.apache.wiki.workflow |
Uses of AbstractStep in org.apache.wiki |
---|
Subclasses of AbstractStep in org.apache.wiki | |
---|---|
static class |
PageManager.PreSaveWikiPageTask
Inner class that handles the page pre-save actions. |
static class |
PageManager.SaveWikiPageTask
Inner class that handles the actual page save and post-save actions. |
Uses of AbstractStep in org.apache.wiki.auth |
---|
Subclasses of AbstractStep in org.apache.wiki.auth | |
---|---|
static class |
UserManager.SaveUserProfileTask
Inner class that handles the actual profile save action. |
Uses of AbstractStep in org.apache.wiki.workflow |
---|
Subclasses of AbstractStep in org.apache.wiki.workflow | |
---|---|
class |
Decision
AbstractStep subclass that asks an actor Principal to choose an Outcome on behalf of an owner (also a Principal). |
class |
SimpleDecision
Decision subclass that includes two available Outcomes: Outcome.DECISION_APPROVE or Outcome.DECISION_DENY . |
class |
SimpleNotification
Decision subclass used for notifications that includes only one available Outcome: Outcome.DECISION_ACKNOWLEDGE . |
class |
Task
AbstractStep subclass that executes instructions, uninterrupted, and results in an Outcome. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |