Uses of Interface
org.camunda.bpm.model.bpmn.instance.SendTask

Packages that use SendTask
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
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
 class SendTaskImpl
          The BPMN sendTask element
 



Copyright © 2017 camunda services GmbH. All rights reserved.