Uses of Class
blackboard.cms.workflow.Workflow.Priority

Packages that use Workflow.Priority
blackboard.cms.workflow   
 

Uses of Workflow.Priority in blackboard.cms.workflow
 

Fields in blackboard.cms.workflow declared as Workflow.Priority
static Workflow.Priority Workflow.Priority.DEFAULT
           
static Workflow.Priority Workflow.Priority.HIGH
           
static Workflow.Priority Workflow.Priority.LOW
           
static Workflow.Priority Workflow.Priority.NORMAL
           
 

Methods in blackboard.cms.workflow that return Workflow.Priority
static Workflow.Priority Workflow.Priority.fromExternalString(java.lang.String externalString)
          Returns the Workflow.Priority element specified by the externalString.
 Workflow.Priority Workflow.getPriority()
          Deprecated. Returns the Workflow Priority for the Workflow.
static Workflow.Priority[] Workflow.Priority.getValues()
          Returns an array of all of the elements in this enumeration.
 

Methods in blackboard.cms.workflow with parameters of type Workflow.Priority
 void Workflow.setPriority(Workflow.Priority ePriority)
          Deprecated. Sets the Workflow Priority for the Workflow.
 



Copyright © 2003-2004 Blackboard, Inc. All Rights Reserved.