public class ScriptServiceTask extends ServiceTask
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
autoStoreVariables |
static String |
SCRIPT_TASK |
implementation, implementationType, JAVA_TASK, MAIL_TASK, resultVariableName, storeResultVariableAsTransient, typefieldExtensionsasync, blocking, blockingExpression, exclusivedefaultControl, lifecycleListeners, planItemRefname, parentdocumentation, documentationTextFormatattributes, extensionElements, id, xmlColumnNumber, xmlRowNumber| Constructor and Description |
|---|
ScriptServiceTask() |
| Modifier and Type | Method and Description |
|---|---|
String |
getScript() |
String |
getScriptFormat() |
boolean |
isAutoStoreVariables() |
void |
setAutoStoreVariables(boolean autoStoreVariables) |
void |
setScriptFormat(String scriptFormat) |
clone, getImplementation, getImplementationType, getResultVariableName, getType, isStoreResultVariableAsTransient, setImplementation, setImplementationType, setResultVariableName, setStoreResultVariableAsTransient, setType, setValuesgetFieldExtensions, setFieldExtensionsgetBlockingExpression, isAsync, isBlocking, isExclusive, setAsync, setBlocking, setBlockingExpression, setExclusive, setValuesgetDefaultControl, getLifecycleListeners, getPlanItemRef, setDefaultControl, setLifecycleListeners, setPlanItemRef, setValues, toStringgetName, getParent, getParentStage, setName, setParentgetDocumentation, getDocumentationTextFormat, setDocumentation, setDocumentationTextFormat, setValuesaddAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumberpublic static final String SCRIPT_TASK
protected boolean autoStoreVariables
public String getScriptFormat()
public void setScriptFormat(String scriptFormat)
public String getScript()
public boolean isAutoStoreVariables()
public void setAutoStoreVariables(boolean autoStoreVariables)
Copyright © 2021 Flowable. All rights reserved.