public abstract class AbstractScriptTaskBuilder<B extends AbstractScriptTaskBuilder<B>> extends AbstractTaskBuilder<B,ScriptTask>
element, modelInstance, myself
Modifier | Constructor and Description |
---|---|
protected |
AbstractScriptTaskBuilder(BpmnModelInstance modelInstance,
ScriptTask element,
Class<?> selfType) |
Modifier and Type | Method and Description |
---|---|
B |
camundaResource(String camundaResource)
Sets the camunda resource of the build script task.
|
B |
camundaResultVariable(String camundaResultVariable)
Sets the camunda result variable of the build script task.
|
B |
script(Script script)
Sets the script of the build script task.
|
B |
scriptFormat(String scriptFormat)
Sets the script format of the build script task.
|
B |
scriptText(String scriptText) |
camundaAsync, camundaAsync
businessRuleTask, businessRuleTask, callActivity, callActivity, camundaAsyncAfter, camundaAsyncAfter, camundaAsyncBefore, camundaAsyncBefore, camundaExclusive, 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, userTask
name
addExtensionElement, createChild, createChild, createInstance, createInstance, createSibling, createSibling, id
done, subProcessDone
protected AbstractScriptTaskBuilder(BpmnModelInstance modelInstance, ScriptTask element, Class<?> selfType)
public B scriptFormat(String scriptFormat)
scriptFormat
- the script format to setpublic B script(Script script)
script
- the script to setpublic B camundaResultVariable(String camundaResultVariable)
camundaResultVariable
- the result variable to setCopyright © 2018. All rights reserved.