Package org.flowable.cmmn.model
Class ScriptServiceTask
- All Implemented Interfaces:
HasExtensionAttributes,HasLifecycleListeners
- Author:
- Dennis
-
Field Summary
FieldsFields inherited from class org.flowable.cmmn.model.ServiceTask
implementation, implementationType, JAVA_TASK, MAIL_TASK, resultVariableName, storeResultVariableAsTransient, typeFields inherited from class org.flowable.cmmn.model.TaskWithFieldExtensions
fieldExtensionsFields inherited from class org.flowable.cmmn.model.Task
async, asyncLeave, asyncLeaveExclusive, blocking, blockingExpression, exclusiveFields inherited from class org.flowable.cmmn.model.PlanItemDefinition
defaultControl, lifecycleListeners, planItemRefFields inherited from class org.flowable.cmmn.model.CaseElement
name, parentFields inherited from class org.flowable.cmmn.model.CmmnElement
documentation, documentationTextFormatFields inherited from class org.flowable.cmmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetAutoStoreVariables(boolean autoStoreVariables) voidsetScriptFormat(String scriptFormat) Methods inherited from class org.flowable.cmmn.model.ServiceTask
clone, getImplementation, getImplementationType, getResultVariableName, getType, isStoreResultVariableAsTransient, setImplementation, setImplementationType, setResultVariableName, setStoreResultVariableAsTransient, setType, setValuesMethods inherited from class org.flowable.cmmn.model.TaskWithFieldExtensions
getFieldExtensions, setFieldExtensionsMethods inherited from class org.flowable.cmmn.model.Task
getBlockingExpression, isAsync, isAsyncLeave, isAsyncLeaveExclusive, isBlocking, isExclusive, setAsync, setAsyncLeave, setAsyncLeaveExclusive, setBlocking, setBlockingExpression, setExclusive, setValuesMethods inherited from class org.flowable.cmmn.model.PlanItemDefinition
getDefaultControl, getLifecycleListeners, getPlanItemRef, setDefaultControl, setLifecycleListeners, setPlanItemRef, setValues, toStringMethods inherited from class org.flowable.cmmn.model.CaseElement
getName, getParent, getParentStage, setName, setParentMethods inherited from class org.flowable.cmmn.model.CmmnElement
getDocumentation, getDocumentationTextFormat, setDocumentation, setDocumentationTextFormat, setValuesMethods inherited from class org.flowable.cmmn.model.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
-
-
Constructor Details
-
ScriptServiceTask
public ScriptServiceTask()
-
-
Method Details
-
getScriptFormat
-
setScriptFormat
-
getScript
-
isAutoStoreVariables
public boolean isAutoStoreVariables() -
setAutoStoreVariables
public void setAutoStoreVariables(boolean autoStoreVariables)
-