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