Uses of Class
org.apache.wiki.workflow.Workflow
| Package | Description |
|---|---|
| org.apache.wiki.workflow |
-
Uses of Workflow in org.apache.wiki.workflow
Methods in org.apache.wiki.workflow that return Workflow Modifier and Type Method Description WorkflowWorkflowBuilder. buildApprovalWorkflow(Principal submitter, String workflowApproverKey, Step prepTask, String decisionKey, Fact[] facts, Step completionTask, String rejectedMessageKey)Methods in org.apache.wiki.workflow that return types with arguments of type Workflow Modifier and Type Method Description List<Workflow>DefaultWorkflowManager. getCompletedWorkflows()Returns a collection of finished workflows; that is, those that have aborted or completed.List<Workflow>WorkflowManager. getCompletedWorkflows()Returns a collection of finished workflows; that is, those that have aborted or completed.List<Workflow>DefaultWorkflowManager. getOwnerWorkflows(Session session)Returns the current workflows a wiki session owns.List<Workflow>WorkflowManager. getOwnerWorkflows(Session session)Returns the current workflows a wiki session owns.Set<Workflow>DefaultWorkflowManager. getWorkflows()Returns a collection of the currently active workflows.Set<Workflow>WorkflowManager. getWorkflows()Returns a collection of the currently active workflows.Methods in org.apache.wiki.workflow with parameters of type Workflow Modifier and Type Method Description protected voidDefaultWorkflowManager. add(Workflow workflow)Protected helper method that adds a newly created Workflow to the cache, and sets itsworkflowManagerandIdproperties if not set.protected voidDefaultWorkflowManager. remove(Workflow workflow)Protected helper method that removes a specified Workflow from the cache, and moves it to the workflow history list.