Uses of Class
org.apache.wiki.workflow.AbstractStep
Packages that use AbstractStep
Package
Description
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.
-
Uses of AbstractStep in org.apache.wiki.tasks.auth
Subclasses of AbstractStep in org.apache.wiki.tasks.authModifier and TypeClassDescriptionclass
Handles the actual profile save action. -
Uses of AbstractStep in org.apache.wiki.tasks.pages
Subclasses of AbstractStep in org.apache.wiki.tasks.pagesModifier and TypeClassDescriptionclass
Handles the page pre-save actions.class
Handles the actual page save and post-save actions. -
Uses of AbstractStep in org.apache.wiki.workflow
Subclasses of AbstractStep in org.apache.wiki.workflowModifier and TypeClassDescriptionclass
AbstractStep subclass that asks an actor Principal to choose an Outcome on behalf of an owner (also a Principal).class
Decision subclass that includes two available Outcomes:Outcome.DECISION_APPROVE
orOutcome.DECISION_DENY
.final class
Decision subclass used for notifications that includes only one available Outcome:Outcome.DECISION_ACKNOWLEDGE
.class
AbstractStep subclass that executes instructions, uninterrupted, and results in an Outcome.