Package org.flowable.cmmn.model
Class ProcessTask
-
- All Implemented Interfaces:
HasExtensionAttributes,HasLifecycleListeners
public class ProcessTask extends ChildTask
- Author:
- Joram Barrez
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanfallbackToDefaultTenantprotected Processprocessprotected StringprocessInstanceIdVariableNameprotected StringprocessRefprotected StringprocessRefExpressionprotected booleansameDeployment-
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 Constructor Description ProcessTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetFallbackToDefaultTenant()ProcessgetProcess()StringgetProcessInstanceIdVariableName()StringgetProcessRef()StringgetProcessRefExpression()booleanisSameDeployment()voidsetFallbackToDefaultTenant(Boolean fallbackToDefaultTenant)voidsetProcess(Process process)voidsetProcessInstanceIdVariableName(String processInstanceIdVariableName)voidsetProcessRef(String processRef)voidsetProcessRefExpression(String processRefExpression)voidsetSameDeployment(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 Detail
-
processRefExpression
protected String processRefExpression
-
processRef
protected String processRef
-
fallbackToDefaultTenant
protected Boolean fallbackToDefaultTenant
-
sameDeployment
protected boolean sameDeployment
-
processInstanceIdVariableName
protected String processInstanceIdVariableName
-
process
protected Process process
-
-
Method Detail
-
getProcessRefExpression
public String getProcessRefExpression()
-
setProcessRefExpression
public void setProcessRefExpression(String processRefExpression)
-
getProcessRef
public String getProcessRef()
-
setProcessRef
public void setProcessRef(String processRef)
-
getProcess
public Process getProcess()
-
setProcess
public void setProcess(Process process)
-
setFallbackToDefaultTenant
public void setFallbackToDefaultTenant(Boolean fallbackToDefaultTenant)
-
getFallbackToDefaultTenant
public Boolean getFallbackToDefaultTenant()
-
isSameDeployment
public boolean isSameDeployment()
-
setSameDeployment
public void setSameDeployment(boolean sameDeployment)
-
getProcessInstanceIdVariableName
public String getProcessInstanceIdVariableName()
-
setProcessInstanceIdVariableName
public void setProcessInstanceIdVariableName(String processInstanceIdVariableName)
-
-