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

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

Uses of ChoreographyTask in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return ChoreographyTask
 ChoreographyTask Bpmn2Factory.createChoreographyTask()
          Returns a new object of class 'Choreography Task'.
 ChoreographyTask DocumentRoot.getChoreographyTask()
          Returns the value of the 'Choreography Task' containment reference.
 

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

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

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