Uses of Package
org.apache.wiki.workflow
Packages that use org.apache.wiki.workflow
Package
Description
The chief package of JSPWiki.
Provides specific tasks for JSPWiki, meant to be executed by the workflow framework.
Provides auth-related Tasks, meant to be executed by the workflow framework.
Provides WikiPages' saving related Tasks, meant to be executed by the workflow framework.
-
Classes in org.apache.wiki.workflow used by org.apache.wiki
-
Classes in org.apache.wiki.workflow used by org.apache.wiki.tasks
-
Classes in org.apache.wiki.workflow used by org.apache.wiki.tasks.authClassDescriptionAbstract superclass that provides a complete implementation of most Step methods; subclasses need only implement
AbstractStep.execute(Context)
andAbstractStep.getActor()
.Resolution of a workflow Step, such as "approve," "deny," "hold," "task error," or other potential resolutions.AbstractStep subclass that executes instructions, uninterrupted, and results in an Outcome. -
Classes in org.apache.wiki.workflow used by org.apache.wiki.tasks.pagesClassDescriptionAbstract superclass that provides a complete implementation of most Step methods; subclasses need only implement
AbstractStep.execute(Context)
andAbstractStep.getActor()
.Resolution of a workflow Step, such as "approve," "deny," "hold," "task error," or other potential resolutions.AbstractStep subclass that executes instructions, uninterrupted, and results in an Outcome. -
Classes in org.apache.wiki.workflow used by org.apache.wiki.workflowClassDescriptionAbstract superclass that provides a complete implementation of most Step methods; subclasses need only implement
AbstractStep.execute(Context)
andAbstractStep.getActor()
.AbstractStep subclass that asks an actor Principal to choose an Outcome on behalf of an owner (also a Principal).Keeps a queue of pending Decisions that need to be acted on by named Principals.Represents a contextual artifact, which can be any serializable object, useful for making a Decision.Exception thrown when an attempt is made to find an Outcome that does not exist.Resolution of a workflow Step, such as "approve," "deny," "hold," "task error," or other potential resolutions.Sequence ofStep
objects linked together.Factory class that creates common Workflow instances such as a standard approval workflow.Monitor class that tracks running Workflows.