Class ScriptServiceTask
- All Implemented Interfaces:
HasExtensionAttributes, HasInParameters, HasLifecycleListeners
- Author:
- Dennis
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected booleanprotected List<IOParameter> static final StringFields inherited from class ServiceTask
implementation, implementationType, JAVA_TASK, MAIL_TASK, resultVariableName, storeResultVariableAsTransient, typeFields inherited from class TaskWithFieldExtensions
fieldExtensionsFields inherited from class Task
async, asyncLeave, asyncLeaveExclusive, blocking, blockingExpression, exclusiveFields inherited from class PlanItemDefinition
defaultControl, lifecycleListeners, planItemRefFields inherited from class CaseElement
name, parentFields inherited from class CmmnElement
documentation, documentationTextFormatFields inherited from class BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddInParameter(IOParameter inParameter) clone()booleanbooleanvoidsetAutoStoreVariables(boolean autoStoreVariables) voidsetDoNotIncludeVariables(boolean doNotIncludeVariables) voidsetInParameters(List<IOParameter> inParameters) voidsetScriptFormat(String scriptFormat) voidsetValues(ScriptServiceTask otherElement) Methods inherited from class ServiceTask
getImplementation, getImplementationType, getResultVariableName, getType, isStoreResultVariableAsTransient, setImplementation, setImplementationType, setResultVariableName, setStoreResultVariableAsTransient, setType, setValuesMethods inherited from class TaskWithFieldExtensions
getFieldExtensions, setFieldExtensionsMethods inherited from class Task
getBlockingExpression, isAsync, isAsyncLeave, isAsyncLeaveExclusive, isBlocking, isExclusive, setAsync, setAsyncLeave, setAsyncLeaveExclusive, setBlocking, setBlockingExpression, setExclusive, setValuesMethods inherited from class PlanItemDefinition
getDefaultControl, getLifecycleListeners, getPlanItemRef, setDefaultControl, setLifecycleListeners, setPlanItemRef, setValues, toStringMethods inherited from class CaseElement
getName, getParent, getParentStage, setName, setParentMethods inherited from class CmmnElement
getDocumentation, getDocumentationTextFormat, setDocumentation, setDocumentationTextFormat, setValuesMethods inherited from class BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
Field Details
-
SCRIPT_TASK
- See Also:
-
autoStoreVariables
protected boolean autoStoreVariables -
doNotIncludeVariables
protected boolean doNotIncludeVariables -
inParameters
-
-
Constructor Details
-
ScriptServiceTask
public ScriptServiceTask()
-
-
Method Details
-
getScriptFormat
-
setScriptFormat
-
getScript
-
isAutoStoreVariables
public boolean isAutoStoreVariables() -
setAutoStoreVariables
public void setAutoStoreVariables(boolean autoStoreVariables) -
isDoNotIncludeVariables
public boolean isDoNotIncludeVariables() -
setDoNotIncludeVariables
public void setDoNotIncludeVariables(boolean doNotIncludeVariables) -
getInParameters
- Specified by:
getInParametersin interfaceHasInParameters
-
addInParameter
- Specified by:
addInParameterin interfaceHasInParameters
-
setInParameters
- Specified by:
setInParametersin interfaceHasInParameters
-
clone
- Overrides:
clonein classServiceTask
-
setValues
-