Interface ScriptTask
- All Superinterfaces:
- Activity,- BaseElement,- BpmnModelElementInstance,- FlowElement,- FlowNode,- InteractionNode,- ModelElementInstance,- Task
- All Known Implementing Classes:
- ScriptTaskImpl
The BPMN scriptTask element
- Author:
- Sebastian Menski
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()Returns a new fluent builder for the element if implemented.camunda extensionsvoidsetCamundaResource(String camundaResource) voidsetCamundaResultVariable(String camundaResultVariable) voidvoidsetScriptFormat(String scriptFormat) Methods inherited from interface org.camunda.bpm.model.bpmn.instance.ActivitygetCompletionQuantity, getDataInputAssociations, getDataOutputAssociations, getDefault, getIoSpecification, getLoopCharacteristics, getProperties, getResourceRoles, getStartQuantity, isForCompensation, setCompletionQuantity, setDefault, setForCompensation, setIoSpecification, setLoopCharacteristics, setStartQuantityMethods inherited from interface org.camunda.bpm.model.bpmn.instance.BaseElementgetDocumentations, getExtensionElements, getId, setExtensionElements, setIdMethods inherited from interface org.camunda.bpm.model.bpmn.instance.BpmnModelElementInstancegetScope, isScopeMethods inherited from interface org.camunda.bpm.model.bpmn.instance.FlowElementgetAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setNameMethods inherited from interface org.camunda.bpm.model.bpmn.instance.FlowNodegetCamundaJobPriority, getIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes, isCamundaAsyncAfter, isCamundaAsyncBefore, isCamundaExclusive, setCamundaAsyncAfter, setCamundaAsyncBefore, setCamundaExclusive, setCamundaJobPriorityMethods inherited from interface org.camunda.bpm.model.bpmn.instance.InteractionNodegetId, setIdMethods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstanceaddChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementMethods inherited from interface org.camunda.bpm.model.bpmn.instance.TaskgetDiagramElement, isCamundaAsync, setCamundaAsync
- 
Method Details- 
builderScriptTaskBuilder builder()Description copied from interface:BpmnModelElementInstanceReturns a new fluent builder for the element if implemented.- Specified by:
- builderin interface- BpmnModelElementInstance
- Specified by:
- builderin interface- FlowNode
- Returns:
- the builder object
 
- 
getScriptFormatString getScriptFormat()
- 
setScriptFormat
- 
getScriptScript getScript()
- 
setScript
- 
getCamundaResultVariableString getCamundaResultVariable()camunda extensions
- 
setCamundaResultVariable
- 
getCamundaResourceString getCamundaResource()
- 
setCamundaResource
 
-