Uses of Interface
org.camunda.bpm.model.bpmn.instance.ServiceTask
-
Packages that use ServiceTask Package Description org.camunda.bpm.model.bpmn.builder org.camunda.bpm.model.bpmn.impl.instance -
-
Uses of ServiceTask in org.camunda.bpm.model.bpmn.builder
Constructors in org.camunda.bpm.model.bpmn.builder with parameters of type ServiceTask Constructor Description AbstractServiceTaskBuilder(BpmnModelInstance modelInstance, ServiceTask element, Class<?> selfType)
ServiceTaskBuilder(BpmnModelInstance modelInstance, ServiceTask element)
-
Uses of ServiceTask in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement ServiceTask Modifier and Type Class Description class
ServiceTaskImpl
The BPMN serviceTask element
-