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

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

Uses of Task in com.ibm.xtools.bpmn2
 

Subinterfaces of Task in com.ibm.xtools.bpmn2
 interface BusinessRuleTask
          A representation of the model object 'Business Rule Task'.
 interface ServiceTask
          A representation of the model object 'Service Task'.
 interface UserTask
          A representation of the model object 'User Task'.
 

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

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

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

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