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

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

Uses of GlobalTask in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return GlobalTask
 GlobalTask Bpmn2Factory.createGlobalTask()
          Returns a new object of class 'Global Task'.
 GlobalTask DocumentRoot.getGlobalTask()
          Returns the value of the 'Global Task' containment reference.
 

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

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

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