Uses of Class
org.apache.wiki.workflow.Workflow
Packages that use Workflow
-
Uses of Workflow in org.apache.wiki.workflow
Methods in org.apache.wiki.workflow that return WorkflowModifier and TypeMethodDescriptionMethods in org.apache.wiki.workflow that return types with arguments of type WorkflowModifier and TypeMethodDescriptionDefaultWorkflowManager.getCompletedWorkflows()
Returns a collection of finished workflows; that is, those that have aborted or completed.WorkflowManager.getCompletedWorkflows()
Returns a collection of finished workflows; that is, those that have aborted or completed.DefaultWorkflowManager.getOwnerWorkflows
(Session session) Returns the current workflows a wiki session owns.WorkflowManager.getOwnerWorkflows
(Session session) Returns the current workflows a wiki session owns.DefaultWorkflowManager.getWorkflows()
Returns a collection of the currently active workflows.WorkflowManager.getWorkflows()
Returns a collection of the currently active workflows.DefaultWorkflowManager.getWorkflowsAsMap()
Returns a map of the currently active workflows.WorkflowManager.getWorkflowsAsMap()
Returns a map of the currently active workflows.Methods in org.apache.wiki.workflow with parameters of type WorkflowModifier and TypeMethodDescriptionprotected void
Protected helper method that adds a newly created Workflow to the cache, and sets itsworkflowManager
andId
properties if not set.protected void
Protected helper method that removes a specified Workflow from the cache, and moves it to the workflow history list.