Uses of Interface
com.ibm.xtools.bpmn2.GlobalChoreographyTask

Packages that use GlobalChoreographyTask
com.ibm.xtools.bpmn2   
com.ibm.xtools.bpmn2.util   
 

Uses of GlobalChoreographyTask in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return GlobalChoreographyTask
 GlobalChoreographyTask Bpmn2Factory.createGlobalChoreographyTask()
          Returns a new object of class 'Global Choreography Task'.
 GlobalChoreographyTask DocumentRoot.getGlobalChoreographyTask()
          Returns the value of the 'Global Choreography Task' containment reference.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type GlobalChoreographyTask
 void DocumentRoot.setGlobalChoreographyTask(GlobalChoreographyTask value)
          Sets the value of the 'Global Choreography Task' containment reference.
 

Uses of GlobalChoreographyTask in com.ibm.xtools.bpmn2.util
 

Methods in com.ibm.xtools.bpmn2.util with parameters of type GlobalChoreographyTask
 T Bpmn2Switch.caseGlobalChoreographyTask(GlobalChoreographyTask object)
          Returns the result of interpreting the object as an instance of 'Global Choreography Task'.