public abstract class AbstractServiceTaskBuilder<B extends AbstractServiceTaskBuilder<B>> extends AbstractTaskBuilder<B,ServiceTask>
SPACEelement, modelInstance, myself| Modifier | Constructor and Description | 
|---|---|
| protected  | AbstractServiceTaskBuilder(BpmnModelInstance modelInstance,
                          ServiceTask element,
                          Class<?> selfType) | 
| Modifier and Type | Method and Description | 
|---|---|
| B | camundaClass(Class camundaClass)Sets the camunda class attribute. | 
| B | camundaClass(String fullQualifiedClassName)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 | camundaTaskPriority(String taskPriority)Sets the camunda task priority 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 build service task. | 
camundaAsync, camundaAsyncboundaryEvent, boundaryEvent, calculateXCoordinate, camundaInputParameter, camundaOutputParameter, multiInstance, setBoundaryEventCoordinatesbusinessRuleTask, businessRuleTask, callActivity, callActivity, camundaAsyncAfter, camundaAsyncAfter, camundaAsyncBefore, camundaAsyncBefore, camundaExclusive, camundaExecutionListenerClass, camundaExecutionListenerClass, camundaExecutionListenerDelegateExpression, camundaExecutionListenerExpression, camundaFailedJobRetryTimeCycle, camundaJobPriority, condition, connectTarget, connectTo, createTarget, 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, createBpmnEdge, createBpmnShape, createChild, createChild, createChild, createChild, createCompensateEventDefinition, createEmptyErrorEventDefinition, createEmptyMessageEventDefinition, createErrorEventDefinition, createEscalationEventDefinition, createInstance, createInstance, createMessageEventDefinition, createSibling, createSibling, createSignalEventDefinition, findBpmnEdge, findBpmnPlane, findBpmnShape, findErrorDefinitionForCode, findErrorForNameAndCode, findEscalationForCode, findMessageForName, findSignalForName, getCreateSingleChild, getCreateSingleChild, getCreateSingleExtensionElement, id, resizeSubProcess, setCoordinates, setWaypointsdone, getElement, subProcessDone, transactionDoneprotected AbstractServiceTaskBuilder(BpmnModelInstance modelInstance, ServiceTask element, Class<?> selfType)
public B implementation(String implementation)
implementation - the implementation to setpublic B camundaClass(Class camundaClass)
camundaClass - the class name to setpublic B camundaClass(String fullQualifiedClassName)
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)
camundaType(String) attribute has the value external.camundaTopic - the topic to setpublic B camundaType(String camundaType)
camundaType - the type of the service taskpublic B camundaTaskPriority(String taskPriority)
camundaType(String) attribute has the value external.taskPriority - the priority for the external taskCopyright © 2018. All rights reserved.