Uses of Interface
com.soyatec.bpmn.Task

Uses of Task in com.soyatec.bpmn
 

Subinterfaces of Task in com.soyatec.bpmn
 interface ManualTask
          A representation of the model object 'Manual Task'
 interface ReceiveTask
          A representation of the model object 'Receive Task'
 interface ReferenceTask
          A representation of the model object 'Reference Task'
 interface ScriptTask
          A representation of the model object 'Script Task'
 interface SendTask
          A representation of the model object 'Send Task'
 interface ServiceTask
          A representation of the model object 'Service Task'
 interface UserTask
          A representation of the model object 'User Task'
 

Methods in com.soyatec.bpmn that return Task
 Task BPMNFactory.createTask()
          Returns a new object of class 'Task'
 Task ReferenceTask.getTask()
          Returns the value of the 'Task' reference
 

Methods in com.soyatec.bpmn with parameters of type Task
 void ReferenceTask.setTask(Task value)
          Sets the value of the 'Task' reference