Uses of Class
com.ecyrd.jspwiki.workflow.AbstractStep

Packages that use AbstractStep
com.ecyrd.jspwiki The chief package of JSPWiki. 
com.ecyrd.jspwiki.auth Authentication, Authorization and the third A thing. 
com.ecyrd.jspwiki.workflow   
 

Uses of AbstractStep in com.ecyrd.jspwiki
 

Subclasses of AbstractStep in com.ecyrd.jspwiki
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 com.ecyrd.jspwiki.auth
 

Subclasses of AbstractStep in com.ecyrd.jspwiki.auth
static class UserManager.SaveUserProfileTask
          Inner class that handles the actual profile save action.
 

Uses of AbstractStep in com.ecyrd.jspwiki.workflow
 

Subclasses of AbstractStep in com.ecyrd.jspwiki.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.