Package org.activiti.bpmn.model
Class ScriptTask
- java.lang.Object
-
- All Implemented Interfaces:
AcceptUpdates,HasExecutionListeners,HasExtensionAttributes
public class ScriptTask extends Task
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanautoStoreVariablesprotected java.lang.StringresultVariableprotected java.lang.Stringscriptprotected java.lang.StringscriptFormat-
Fields inherited from class org.activiti.bpmn.model.Activity
boundaryEvents, dataInputAssociations, dataOutputAssociations, defaultFlow, failedJobRetryTimeCycleValue, forCompensation, ioSpecification, loopCharacteristics, mapExceptions
-
Fields inherited from class org.activiti.bpmn.model.FlowNode
asynchronous, behavior, incomingFlows, notExclusive, outgoingFlows
-
Fields inherited from class org.activiti.bpmn.model.FlowElement
documentation, executionListeners, name, parentContainer
-
Fields inherited from class org.activiti.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
-
-
Constructor Summary
Constructors Constructor Description ScriptTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScriptTaskclone()java.lang.StringgetResultVariable()java.lang.StringgetScript()java.lang.StringgetScriptFormat()booleanisAutoStoreVariables()voidsetAutoStoreVariables(boolean autoStoreVariables)voidsetResultVariable(java.lang.String resultVariable)voidsetScript(java.lang.String script)voidsetScriptFormat(java.lang.String scriptFormat)voidsetValues(ScriptTask otherElement)-
Methods inherited from class org.activiti.bpmn.model.Activity
getBoundaryEvents, getDataInputAssociations, getDataOutputAssociations, getDefaultFlow, getFailedJobRetryTimeCycleValue, getIoSpecification, getLoopCharacteristics, getMapExceptions, hasMultiInstanceLoopCharacteristics, isForCompensation, setBoundaryEvents, setDataInputAssociations, setDataOutputAssociations, setDefaultFlow, setFailedJobRetryTimeCycleValue, setForCompensation, setIoSpecification, setLoopCharacteristics, setMapExceptions, setValues
-
Methods inherited from class org.activiti.bpmn.model.FlowNode
getBehavior, getIncomingFlows, getOutgoingFlows, isAsynchronous, isExclusive, isNotExclusive, setAsynchronous, setBehavior, setExclusive, setIncomingFlows, setNotExclusive, setOutgoingFlows, setValues
-
Methods inherited from class org.activiti.bpmn.model.FlowElement
getDocumentation, getExecutionListeners, getName, getParentContainer, getSubProcess, setDocumentation, setExecutionListeners, setName, setParentContainer, setValues
-
Methods inherited from class org.activiti.bpmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.activiti.bpmn.model.AcceptUpdates
accept
-
-
-
-
Method Detail
-
getScriptFormat
public java.lang.String getScriptFormat()
-
setScriptFormat
public void setScriptFormat(java.lang.String scriptFormat)
-
getScript
public java.lang.String getScript()
-
setScript
public void setScript(java.lang.String script)
-
getResultVariable
public java.lang.String getResultVariable()
-
setResultVariable
public void setResultVariable(java.lang.String resultVariable)
-
isAutoStoreVariables
public boolean isAutoStoreVariables()
-
setAutoStoreVariables
public void setAutoStoreVariables(boolean autoStoreVariables)
-
clone
public ScriptTask clone()
- Specified by:
clonein classFlowElement
-
setValues
public void setValues(ScriptTask otherElement)
-
-