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 | message(String messageName)Sets the message with the given message name. | 
| B | operation(Operation operation)Sets the operation of the send task. | 
camundaAsync, camundaAsyncboundaryEvent, boundaryEvent, camundaInputParameter, camundaOutputParameter, multiInstancebusinessRuleTask, businessRuleTask, callActivity, callActivity, camundaAsyncAfter, camundaAsyncAfter, camundaAsyncBefore, camundaAsyncBefore, camundaExclusive, camundaExecutionListenerClass, camundaExecutionListenerDelegateExpression, camundaExecutionListenerExpression, camundaFailedJobRetryTimeCycle, camundaJobPriority, condition, connectTo, endEvent, endEvent, eventBasedGateway, exclusiveGateway, exclusiveGateway, findLastGateway, inclusiveGateway, inclusiveGateway, intermediateCatchEvent, intermediateCatchEvent, intermediateThrowEvent, intermediateThrowEvent, manualTask, manualTask, moveToActivity, moveToLastGateway, moveToNode, notCamundaExclusive, parallelGateway, parallelGateway, receiveTask, receiveTask, scriptTask, scriptTask, sendTask, sendTask, sequenceFlowId, serviceTask, serviceTask, subProcess, subProcess, transaction, transaction, userTask, userTasknameaddExtensionElement, createChild, createChild, createChild, createChild, createCompensateEventDefinition, createEmptyErrorEventDefinition, createEmptyMessageEventDefinition, createErrorEventDefinition, createEscalationEventDefinition, createInstance, createInstance, createMessageEventDefinition, createSibling, createSibling, createSignalEventDefinition, findErrorDefinitionForCode, findErrorForNameAndCode, findEscalationForCode, findMessageForName, findSignalForName, getCreateSingleChild, getCreateSingleChild, getCreateSingleExtensionElement, iddone, subProcessDone, transactionDoneprotected 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 setpublic B message(String messageName)
messageName - the name of the messageCopyright © 2018. All rights reserved.