public interface ScriptTask extends Task
Modifier and Type | Method and Description |
---|---|
ScriptTaskBuilder |
builder()
Returns a new fluent builder for the element if implemented.
|
String |
getCamundaResultVariable()
camunda extensions
|
Script |
getScript() |
String |
getScriptFormat() |
void |
setCamundaResultVariable(String camundaResultVariable) |
void |
setScript(Script script) |
void |
setScriptFormat(String scriptFormat) |
getDiagramElement, isCamundaAsync, isCamundaExclusive, setCamundaAsync, setCamundaExclusive
getCompletionQuantity, getDataInputAssociations, getDataOutputAssociations, getDefault, getIoSpecification, getLoopCharacteristics, getProperties, getResourceRoles, getStartQuantity, isForCompensation, setCompletionQuantity, setDefault, setForCompensation, setIoSpecification, setLoopCharacteristics, setStartQuantity
getIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes
getAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setName
getDocumentations, getExtensionElements, getId, setExtensionElements, setId
getScope, isScope
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
getId, setId
ScriptTaskBuilder builder()
BpmnModelElementInstance
builder
in interface BpmnModelElementInstance
builder
in interface FlowNode
String getScriptFormat()
void setScriptFormat(String scriptFormat)
Script getScript()
void setScript(Script script)
String getCamundaResultVariable()
void setCamundaResultVariable(String camundaResultVariable)
Copyright © 2015. All rights reserved.