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

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

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

Fields in org.globus.cog.karajan.workflow.events declared as NotificationEventType
static NotificationEventType LoopNotificationEvent.BREAK
           
static NotificationEventType LoopNotificationEvent.CONTINUE
           
static NotificationEventType NotificationEventType.EXECUTION_COMPLETED
           
static NotificationEventType NotificationEventType.EXECUTION_FAILED
           
static NotificationEventType NotificationEventType.EXECUTION_RESTARTED
           
static NotificationEventType NotificationEventType.EXECUTION_STARTED
           
static NotificationEventType NotificationEventType.EXECUTION_SUSPENDED
           
static NotificationEventType FutureNotificationEvent.FUTURE_MODIFIED
           
 

Methods in org.globus.cog.karajan.workflow.events that return NotificationEventType
 NotificationEventType NotificationEvent.getType()
           
 

Methods in org.globus.cog.karajan.workflow.events with parameters of type NotificationEventType
 void NotificationEvent.setType(NotificationEventType type)
           
 

Constructors in org.globus.cog.karajan.workflow.events with parameters of type NotificationEventType
LoopNotificationEvent(FlowElement flowElement, NotificationEventType eventType, VariableStack stack)
           
NotificationEvent(FlowElement source, NotificationEventType type, VariableStack stack)