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