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

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

Uses of ServiceTask in com.ibm.xtools.bpmn2
 

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

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

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

Methods in com.ibm.xtools.bpmn2.util with parameters of type ServiceTask
 T Bpmn2Switch.caseServiceTask(ServiceTask object)
          Returns the result of interpreting the object as an instance of 'Service Task'.
static org.eclipse.emf.ecore.EObject ExternalDomainArtifactsReferenceUtil.getServiceTaskOperation(ServiceTask serviceTask)
          This method will return Operation (bpmn/external domain operation) associated with the given ServiceTask.