Uses of Package
com.ecyrd.jspwiki.workflow

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

Classes in com.ecyrd.jspwiki.workflow used by com.ecyrd.jspwiki
AbstractStep
          Abstact superclass that provides a complete implementation of most Step methods; subclasses need only implement AbstractStep.execute() and AbstractStep.getActor().
Outcome
          Resolution of a workflow Step, such as "approve," "deny," "hold," "task error," or other potential resolutions.
Step
           Discrete unit of work in a Workflow, such as a Decision or a Task.
Task
          AbstractStep subclass that executes instructions, uninterrupted, and results in an Outcome.
WorkflowManager
           Monitor class that tracks running Workflows.
 

Classes in com.ecyrd.jspwiki.workflow used by com.ecyrd.jspwiki.auth
AbstractStep
          Abstact superclass that provides a complete implementation of most Step methods; subclasses need only implement AbstractStep.execute() and AbstractStep.getActor().
Outcome
          Resolution of a workflow Step, such as "approve," "deny," "hold," "task error," or other potential resolutions.
Step
           Discrete unit of work in a Workflow, such as a Decision or a Task.
Task
          AbstractStep subclass that executes instructions, uninterrupted, and results in an Outcome.
 

Classes in com.ecyrd.jspwiki.workflow used by com.ecyrd.jspwiki.event
Workflow
           Sequence of Step objects linked together.
 

Classes in com.ecyrd.jspwiki.workflow used by com.ecyrd.jspwiki.workflow
AbstractStep
          Abstact superclass that provides a complete implementation of most Step methods; subclasses need only implement AbstractStep.execute() and AbstractStep.getActor().
Decision
           AbstractStep subclass that asks an actor Principal to choose an Outcome on behalf of an owner (also a Principal).
DecisionQueue
          Keeps a queue of pending Decisions that need to be acted on by named Principals.
Fact
          Represents a contextual artifact, which can be any serializable object, useful for making a Decision.
NoSuchOutcomeException
          Exception thrown when an attempt is made to find an Outcome that does not exist.
Outcome
          Resolution of a workflow Step, such as "approve," "deny," "hold," "task error," or other potential resolutions.
Step
           Discrete unit of work in a Workflow, such as a Decision or a Task.
Task
          AbstractStep subclass that executes instructions, uninterrupted, and results in an Outcome.
Workflow
           Sequence of Step objects linked together.
WorkflowBuilder
          Factory class that creates common Workflow instances such as a standard approval workflow.
WorkflowManager
           Monitor class that tracks running Workflows.