public class ScriptTask extends Task
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
autoStoreVariables |
protected String |
resultVariable |
protected String |
script |
protected String |
scriptFormat |
boundaryEvents, dataInputAssociations, dataOutputAssociations, defaultFlow, failedJobRetryTimeCycleValue, forCompensation, ioSpecification, loopCharacteristics, mapExceptionsasynchronous, incomingFlows, notExclusive, outgoingFlowsdocumentation, executionListeners, nameattributes, extensionElements, id, xmlColumnNumber, xmlRowNumber| Constructor and Description |
|---|
ScriptTask() |
| Modifier and Type | Method and Description |
|---|---|
ScriptTask |
clone() |
String |
getResultVariable() |
String |
getScript() |
String |
getScriptFormat() |
boolean |
isAutoStoreVariables() |
void |
setAutoStoreVariables(boolean autoStoreVariables) |
void |
setResultVariable(String resultVariable) |
void |
setScript(String script) |
void |
setScriptFormat(String scriptFormat) |
void |
setValues(ScriptTask otherElement) |
getBoundaryEvents, getDataInputAssociations, getDataOutputAssociations, getDefaultFlow, getFailedJobRetryTimeCycleValue, getIoSpecification, getLoopCharacteristics, getMapExceptions, isForCompensation, setBoundaryEvents, setDataInputAssociations, setDataOutputAssociations, setDefaultFlow, setFailedJobRetryTimeCycleValue, setForCompensation, setIoSpecification, setLoopCharacteristics, setMapExceptions, setValuesgetIncomingFlows, getOutgoingFlows, isAsynchronous, isNotExclusive, setAsynchronous, setIncomingFlows, setNotExclusive, setOutgoingFlows, setValuesgetDocumentation, getExecutionListeners, getName, setDocumentation, setExecutionListeners, setName, setValuesaddAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumberprotected String scriptFormat
protected String script
protected String resultVariable
protected boolean autoStoreVariables
public String getScriptFormat()
public void setScriptFormat(String scriptFormat)
public String getScript()
public void setScript(String script)
public String getResultVariable()
public void setResultVariable(String resultVariable)
public boolean isAutoStoreVariables()
public void setAutoStoreVariables(boolean autoStoreVariables)
public ScriptTask clone()
clone in class FlowElementpublic void setValues(ScriptTask otherElement)
Copyright © 2016 Alfresco. All rights reserved.