| Package | Description |
|---|---|
| org.apache.wiki.workflow |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleDecision
Decision subclass that includes two available Outcomes:
Outcome.DECISION_APPROVE or Outcome.DECISION_DENY. |
class |
SimpleNotification
Decision subclass used for notifications that includes only one available Outcome:
Outcome.DECISION_ACKNOWLEDGE. |
| Modifier and Type | Method and Description |
|---|---|
protected Decision[] |
DecisionQueue.decisions()
Protected method that returns all pending Decisions in the queue, in order of submission.
|
protected Decision[] |
DecisionQueue.decisions()
Protected method that returns all pending Decisions in the queue, in order of submission.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Decision> |
DecisionQueue.getActorDecisions(Session session)
Returns a Collection representing the current Decisions that pertain to a users's Session.
|
java.util.Collection<Decision> |
DecisionQueue.getActorDecisions(Session session)
Returns a Collection representing the current Decisions that pertain to a users's Session.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DecisionQueue.add(Decision decision)
Adds a Decision to the DecisionQueue; also sets the Decision's unique identifier.
|
protected void |
DecisionQueue.add(Decision decision)
Adds a Decision to the DecisionQueue; also sets the Decision's unique identifier.
|
protected void |
DefaultWorkflowManager.addToDecisionQueue(Decision decision) |
protected void |
DefaultWorkflowManager.addToDecisionQueue(Decision decision) |
void |
DecisionQueue.decide(Decision decision,
Outcome outcome,
Context context)
Attempts to complete a Decision by calling
decide(Outcome, Context). |
void |
DecisionQueue.decide(Decision decision,
Outcome outcome,
Context context)
Attempts to complete a Decision by calling
decide(Outcome, Context). |
void |
DecisionQueue.reassign(Decision decision,
java.security.Principal owner)
Reassigns the owner of the Decision to a new owner.
|
void |
DecisionQueue.reassign(Decision decision,
java.security.Principal owner)
Reassigns the owner of the Decision to a new owner.
|
protected void |
DecisionQueue.remove(Decision decision)
Protected method that removes a Decision from the queue.
|
protected void |
DecisionQueue.remove(Decision decision)
Protected method that removes a Decision from the queue.
|
protected void |
DefaultWorkflowManager.removeFromDecisionQueue(Decision decision,
Context context) |
protected void |
DefaultWorkflowManager.removeFromDecisionQueue(Decision decision,
Context context) |
Copyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.