Uses of Class
org.apache.wiki.workflow.Decision

Packages that use Decision
org.apache.wiki.workflow   
 

Uses of Decision in org.apache.wiki.workflow
 

Subclasses of Decision in org.apache.wiki.workflow
 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.
 

Methods in org.apache.wiki.workflow that return Decision
protected  Decision[] DecisionQueue.decisions()
          Protected method that returns all pending Decisions in the queue, in order of submission.
 

Methods in org.apache.wiki.workflow with parameters of type Decision
protected  void DecisionQueue.add(Decision decision)
          Adds a Decision to the DecisionQueue; also sets the Decision's unique identifier.
 void DecisionQueue.decide(Decision decision, Outcome outcome)
          Attempts to complete a Decision by calling decide(Outcome).
 void DecisionQueue.reassign(Decision decision, 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.
 



Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved.