public abstract class AbstractSendTaskBuilder<B extends AbstractSendTaskBuilder<B>> extends AbstractTaskBuilder<B,SendTask>
element, modelInstance, myself| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSendTaskBuilder(BpmnModelInstance modelInstance,
SendTask element,
Class<?> selfType) |
| Modifier and Type | Method and Description |
|---|---|
B |
camundaClass(String camundaClass)
Sets the camunda class attribute.
|
B |
camundaDelegateExpression(String camundaExpression)
Sets the camunda delegateExpression attribute.
|
B |
camundaExpression(String camundaExpression)
Sets the camunda expression attribute.
|
B |
camundaResultVariable(String camundaResultVariable)
Sets the camunda resultVariable attribute.
|
B |
camundaTopic(String camundaTopic)
Sets the camunda topic attribute.
|
B |
camundaType(String camundaType)
Sets the camunda type attribute.
|
B |
implementation(String implementation)
Sets the implementation of the send task.
|
B |
message(Message message)
Sets the message of the send task.
|
B |
operation(Operation operation)
Sets the operation of the send task.
|
camundaAsync, camundaAsyncbusinessRuleTask, businessRuleTask, callActivity, callActivity, camundaAsyncAfter, camundaAsyncAfter, camundaAsyncBefore, camundaAsyncBefore, camundaExclusive, camundaJobPriority, condition, connectTo, endEvent, endEvent, eventBasedGateway, exclusiveGateway, exclusiveGateway, findLastGateway, intermediateCatchEvent, intermediateCatchEvent, manualTask, manualTask, moveToLastGateway, moveToNode, notCamundaExclusive, parallelGateway, parallelGateway, receiveTask, receiveTask, scriptTask, scriptTask, sendTask, sendTask, sequenceFlowId, serviceTask, serviceTask, subProcess, subProcess, userTask, userTasknameaddExtensionElement, createChild, createChild, createInstance, createInstance, createSibling, createSibling, iddone, subProcessDoneprotected AbstractSendTaskBuilder(BpmnModelInstance modelInstance, SendTask element, Class<?> selfType)
public B implementation(String implementation)
implementation - the implementation to setpublic B message(Message message)
message - the message to setpublic B operation(Operation operation)
operation - the operation to setpublic B camundaClass(String camundaClass)
camundaClass - the class name to setpublic B camundaDelegateExpression(String camundaExpression)
camundaExpression - the delegateExpression to setpublic B camundaExpression(String camundaExpression)
camundaExpression - the expression to setpublic B camundaResultVariable(String camundaResultVariable)
camundaResultVariable - the name of the process variablepublic B camundaTopic(String camundaTopic)
camundaTopic - the topic to setCopyright © 2018. All rights reserved.