Uses of Class
org.apache.wiki.workflow.Decision
Packages that use Decision
-
Uses of Decision in org.apache.wiki.workflow
Subclasses of Decision in org.apache.wiki.workflowModifier and TypeClassDescriptionclassDecision 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.Methods in org.apache.wiki.workflow that return DecisionModifier and TypeMethodDescriptionprotected Decision[]DecisionQueue.decisions()Protected method that returns all pending Decisions in the queue, in order of submission.Methods in org.apache.wiki.workflow that return types with arguments of type DecisionModifier and TypeMethodDescriptionDecisionQueue.getActorDecisions(Session session) Returns a Collection representing the current Decisions that pertain to a users's Session.Methods in org.apache.wiki.workflow with parameters of type DecisionModifier and TypeMethodDescriptionprotected voidAdds a Decision to the DecisionQueue; also sets the Decision's unique identifier.protected voidDefaultWorkflowManager.addToDecisionQueue(Decision decision) voidAttempts to complete a Decision by callingdecide(Outcome, Context).voidReassigns the owner of the Decision to a new owner.protected voidProtected method that removes a Decision from the queue.protected voidDefaultWorkflowManager.removeFromDecisionQueue(Decision decision, Context context)