public abstract class AbstractReceiveTaskBuilder<B extends AbstractReceiveTaskBuilder<B>> extends AbstractTaskBuilder<B,ReceiveTask>
element, modelInstance, myself| Modifier | Constructor and Description | 
|---|---|
protected  | 
AbstractReceiveTaskBuilder(BpmnModelInstance modelInstance,
                          ReceiveTask element,
                          Class<?> selfType)  | 
| Modifier and Type | Method and Description | 
|---|---|
B | 
implementation(String implementation)
Sets the implementation of the receive task. 
 | 
B | 
instantiate()
Sets the receive task instantiate attribute to true. 
 | 
B | 
message(Message message)
Sets the message of the send task. 
 | 
B | 
operation(Operation operation)
Sets the operation of the send task. 
 | 
camundaAsync, camundaAsync, camundaExclusive, notCamundaExclusivebusinessRuleTask, businessRuleTask, callActivity, callActivity, condition, connectTo, endEvent, endEvent, exclusiveGateway, exclusiveGateway, findLastGateway, intermediateCatchEvent, intermediateCatchEvent, manualTask, manualTask, moveToLastGateway, moveToNode, parallelGateway, parallelGateway, receiveTask, receiveTask, scriptTask, scriptTask, sendTask, sendTask, sequenceFlowId, serviceTask, serviceTask, subProcess, subProcess, userTask, userTasknameaddExtensionElement, createChild, createChild, createInstance, createInstance, createSibling, createSibling, iddone, subProcessDoneprotected AbstractReceiveTaskBuilder(BpmnModelInstance modelInstance, ReceiveTask element, Class<?> selfType)
public B implementation(String implementation)
implementation - the implementation to setpublic B instantiate()
public B message(Message message)
message - the message to setCopyright © 2015. All rights reserved.