public class ScriptTask extends Task
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
autoStoreVariables |
protected String |
resultVariable |
protected String |
script |
protected String |
scriptFormat |
asynchronous, boundaryEvents, dataInputAssociations, dataOutputAssociations, defaultFlow, forCompensation, ioSpecification, loopCharacteristics, notExclusiveincomingFlows, outgoingFlowsdocumentation, executionListeners, nameattributes, extensionElements, id, xmlColumnNumber, xmlRowNumber| Constructor and Description |
|---|
ScriptTask() |
| Modifier and Type | Method and Description |
|---|---|
String |
getResultVariable() |
String |
getScript() |
String |
getScriptFormat() |
boolean |
isAutoStoreVariables() |
void |
setAutoStoreVariables(boolean autoStoreVariables) |
void |
setResultVariable(String resultVariable) |
void |
setScript(String script) |
void |
setScriptFormat(String scriptFormat) |
getBoundaryEvents, getDataInputAssociations, getDataOutputAssociations, getDefaultFlow, getIoSpecification, getLoopCharacteristics, isAsynchronous, isForCompensation, isNotExclusive, setAsynchronous, setBoundaryEvents, setDataInputAssociations, setDataOutputAssociations, setDefaultFlow, setForCompensation, setIoSpecification, setLoopCharacteristics, setNotExclusivegetIncomingFlows, getOutgoingFlows, setIncomingFlows, setOutgoingFlowsgetDocumentation, getExecutionListeners, getName, setDocumentation, setExecutionListeners, setNameaddAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, 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)
Copyright © 2013 Alfresco. All rights reserved.