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 TypeClassDescriptionclassHandles the actual profile save action. -
Uses of AbstractStep in org.apache.wiki.tasks.pages
Subclasses of AbstractStep in org.apache.wiki.tasks.pagesModifier and TypeClassDescriptionclassHandles the page pre-save actions.classHandles 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 TypeClassDescriptionclassAbstractStep subclass that asks an actor Principal to choose an Outcome on behalf of an owner (also a Principal).classDecision subclass that includes two available Outcomes:Outcome.DECISION_APPROVEorOutcome.DECISION_DENY.final classDecision subclass used for notifications that includes only one available Outcome:Outcome.DECISION_ACKNOWLEDGE.classAbstractStep subclass that executes instructions, uninterrupted, and results in an Outcome.