Uses of Class
org.globus.cog.karajan.workflow.events.Priority

Packages that use Priority
org.globus.cog.karajan.workflow.events   
 

Uses of Priority in org.globus.cog.karajan.workflow.events
 

Fields in org.globus.cog.karajan.workflow.events declared as Priority
static Priority[] Priority.ALL
           
static Priority Priority.HIGH
           
static Priority Priority.LOW
           
static Priority Priority.NORMAL
           
 

Methods in org.globus.cog.karajan.workflow.events that return Priority
 Priority Event.getPriority()
           
 

Constructors in org.globus.cog.karajan.workflow.events with parameters of type Priority
Event(EventClass cls, FlowElement flowElement, Priority priority)
           
FlowEvent(EventClass cls, FlowElement flowElement, VariableStack stack, Priority priority)