public interface ScriptTask extends Task
| Modifier and Type | Method and Description | 
|---|---|
ScriptTaskBuilder | 
builder()
Returns a new fluent builder for the element if implemented. 
 | 
String | 
getCamundaResource()  | 
String | 
getCamundaResultVariable()
camunda extensions 
 | 
Script | 
getScript()  | 
String | 
getScriptFormat()  | 
void | 
setCamundaResource(String camundaResource)  | 
void | 
setCamundaResultVariable(String camundaResultVariable)  | 
void | 
setScript(Script script)  | 
void | 
setScriptFormat(String scriptFormat)  | 
getDiagramElement, isCamundaAsync, setCamundaAsyncgetCompletionQuantity, getDataInputAssociations, getDataOutputAssociations, getDefault, getIoSpecification, getLoopCharacteristics, getProperties, getResourceRoles, getStartQuantity, isForCompensation, setCompletionQuantity, setDefault, setForCompensation, setIoSpecification, setLoopCharacteristics, setStartQuantitygetCamundaJobPriority, getIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes, isCamundaAsyncAfter, isCamundaAsyncBefore, isCamundaExclusive, setCamundaAsyncAfter, setCamundaAsyncBefore, setCamundaExclusive, setCamundaJobPrioritygetAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setNamegetDocumentations, getExtensionElements, getId, setExtensionElements, setIdgetScope, isScopeaddChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementgetId, setIdScriptTaskBuilder builder()
BpmnModelElementInstancebuilder in interface BpmnModelElementInstancebuilder in interface FlowNodeString getScriptFormat()
void setScriptFormat(String scriptFormat)
Script getScript()
void setScript(Script script)
String getCamundaResultVariable()
void setCamundaResultVariable(String camundaResultVariable)
String getCamundaResource()
void setCamundaResource(String camundaResource)
Copyright © 2018. All rights reserved.