Package org.flowable.cmmn.model
Class ProcessTask
- All Implemented Interfaces:
HasExtensionAttributes
,HasLifecycleListeners
- Author:
- Joram Barrez
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Boolean
protected Process
protected String
protected String
protected String
protected boolean
Fields inherited from class org.flowable.cmmn.model.ChildTask
businessKey, inheritBusinessKey, inParameters, outParameters
Fields inherited from class org.flowable.cmmn.model.Task
async, asyncLeave, asyncLeaveExclusive, blocking, blockingExpression, exclusive
Fields inherited from class org.flowable.cmmn.model.PlanItemDefinition
defaultControl, lifecycleListeners, planItemRef
Fields inherited from class org.flowable.cmmn.model.CaseElement
name, parent
Fields inherited from class org.flowable.cmmn.model.CmmnElement
documentation, documentationTextFormat
Fields inherited from class org.flowable.cmmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setFallbackToDefaultTenant
(Boolean fallbackToDefaultTenant) void
setProcess
(Process process) void
setProcessInstanceIdVariableName
(String processInstanceIdVariableName) void
setProcessRef
(String processRef) void
setProcessRefExpression
(String processRefExpression) void
setSameDeployment
(boolean sameDeployment) Methods inherited from class org.flowable.cmmn.model.ChildTask
getBusinessKey, getInParameters, getOutParameters, isInheritBusinessKey, setBusinessKey, setInheritBusinessKey, setInParameters, setOutParameters
Methods inherited from class org.flowable.cmmn.model.Task
getBlockingExpression, isAsync, isAsyncLeave, isAsyncLeaveExclusive, isBlocking, isExclusive, setAsync, setAsyncLeave, setAsyncLeaveExclusive, setBlocking, setBlockingExpression, setExclusive, setValues
Methods inherited from class org.flowable.cmmn.model.PlanItemDefinition
getDefaultControl, getLifecycleListeners, getPlanItemRef, setDefaultControl, setLifecycleListeners, setPlanItemRef, setValues, toString
Methods inherited from class org.flowable.cmmn.model.CaseElement
getName, getParent, getParentStage, setName, setParent
Methods inherited from class org.flowable.cmmn.model.CmmnElement
getDocumentation, getDocumentationTextFormat, setDocumentation, setDocumentationTextFormat, setValues
Methods inherited from class org.flowable.cmmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
Field Details
-
processRefExpression
-
processRef
-
fallbackToDefaultTenant
-
sameDeployment
protected boolean sameDeployment -
processInstanceIdVariableName
-
process
-
-
Constructor Details
-
ProcessTask
public ProcessTask()
-
-
Method Details
-
getProcessRefExpression
-
setProcessRefExpression
-
getProcessRef
-
setProcessRef
-
getProcess
-
setProcess
-
setFallbackToDefaultTenant
-
getFallbackToDefaultTenant
-
isSameDeployment
public boolean isSameDeployment() -
setSameDeployment
public void setSameDeployment(boolean sameDeployment) -
getProcessInstanceIdVariableName
-
setProcessInstanceIdVariableName
-