| Package | Description |
|---|---|
| org.apache.wiki.workflow |
| Modifier and Type | Method and Description |
|---|---|
Workflow |
WorkflowBuilder.buildApprovalWorkflow(java.security.Principal submitter,
java.lang.String workflowApproverKey,
Step prepTask,
java.lang.String decisionKey,
Fact[] facts,
Step completionTask,
java.lang.String rejectedMessageKey)
|
Workflow |
WorkflowBuilder.buildApprovalWorkflow(java.security.Principal submitter,
java.lang.String workflowApproverKey,
Step prepTask,
java.lang.String decisionKey,
Fact[] facts,
Step completionTask,
java.lang.String rejectedMessageKey)
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Workflow> |
DefaultWorkflowManager.getCompletedWorkflows()
Returns a collection of finished workflows; that is, those that have aborted or completed.
|
java.util.List<Workflow> |
WorkflowManager.getCompletedWorkflows()
Returns a collection of finished workflows; that is, those that have aborted or completed.
|
java.util.List<Workflow> |
WorkflowManager.getCompletedWorkflows()
Returns a collection of finished workflows; that is, those that have aborted or completed.
|
java.util.List<Workflow> |
DefaultWorkflowManager.getCompletedWorkflows()
Returns a collection of finished workflows; that is, those that have aborted or completed.
|
java.util.List<Workflow> |
DefaultWorkflowManager.getOwnerWorkflows(Session session)
Returns the current workflows a wiki session owns.
|
java.util.List<Workflow> |
WorkflowManager.getOwnerWorkflows(Session session)
Returns the current workflows a wiki session owns.
|
java.util.List<Workflow> |
WorkflowManager.getOwnerWorkflows(Session session)
Returns the current workflows a wiki session owns.
|
java.util.List<Workflow> |
DefaultWorkflowManager.getOwnerWorkflows(Session session)
Returns the current workflows a wiki session owns.
|
java.util.Set<Workflow> |
DefaultWorkflowManager.getWorkflows()
Returns a collection of the currently active workflows.
|
java.util.Set<Workflow> |
WorkflowManager.getWorkflows()
Returns a collection of the currently active workflows.
|
java.util.Set<Workflow> |
WorkflowManager.getWorkflows()
Returns a collection of the currently active workflows.
|
java.util.Set<Workflow> |
DefaultWorkflowManager.getWorkflows()
Returns a collection of the currently active workflows.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultWorkflowManager.add(Workflow workflow)
Protected helper method that adds a newly created Workflow to the cache, and sets its
workflowManager and
Id properties if not set. |
protected void |
DefaultWorkflowManager.add(Workflow workflow)
Protected helper method that adds a newly created Workflow to the cache, and sets its
workflowManager and
Id properties if not set. |
protected void |
DefaultWorkflowManager.remove(Workflow workflow)
Protected helper method that removes a specified Workflow from the cache, and moves it to the workflow history list.
|
protected void |
DefaultWorkflowManager.remove(Workflow workflow)
Protected helper method that removes a specified Workflow from the cache, and moves it to the workflow history list.
|
Copyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.