Uses of Class
wt.workflow.definer.EventActionTable

Packages that use EventActionTable
wt.workflow.definer
Provides workflow classes responsible for the definition of processes, activities, and the other objects that compose the workflow network. 
wt.workflow.engine
Provides workflow classes responsible for the flow of control and data from an execution point of view. 
 

Uses of EventActionTable in wt.workflow.definer
 

Fields in wt.workflow.definer declared as EventActionTable
private  EventActionTable NodeTemplateLink.eventActionMap
           
 

Methods in wt.workflow.definer that return EventActionTable
protected  EventActionTable NodeTemplateLink.getEventActionMap()
          Gets the value of the attribute: EVENT_ACTION_MAP.
 

Methods in wt.workflow.definer with parameters of type EventActionTable
protected  void NodeTemplateLink.setEventActionMap(EventActionTable a_EventActionMap)
          Sets the value of the attribute: EVENT_ACTION_MAP.
protected  boolean EventActionTable.readVersion(EventActionTable thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Uses of EventActionTable in wt.workflow.engine
 

Fields in wt.workflow.engine declared as EventActionTable
private  EventActionTable WfLink.eventActionMap
           
private  EventActionTable WfLink.eventActionMap
           
 

Methods in wt.workflow.engine that return EventActionTable
 EventActionTable WfLink.getEventActionMap()
          Gets the value of the attribute: EVENT_ACTION_MAP.
 EventActionTable WfLink.getEventActionMap()
          Gets the value of the attribute: EVENT_ACTION_MAP.
 

Methods in wt.workflow.engine with parameters of type EventActionTable
 void WfLink.setEventActionMap(EventActionTable a_EventActionMap)
          Sets the value of the attribute: EVENT_ACTION_MAP.
 void WfLink.setEventActionMap(EventActionTable a_EventActionMap)
          Sets the value of the attribute: EVENT_ACTION_MAP.