Package org.flowable.cmmn.model
Class ChildTask
- All Implemented Interfaces:
HasExtensionAttributes
,HasLifecycleListeners
- Direct Known Subclasses:
CaseTask
,ProcessTask
- Author:
- Valentin Zickner
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected boolean
protected List<IOParameter>
protected List<IOParameter>
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
setBusinessKey
(String businessKey) void
setInheritBusinessKey
(boolean inheritBusinessKey) void
setInParameters
(List<IOParameter> inParameters) void
setOutParameters
(List<IOParameter> outParameters) 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
-
businessKey
-
inheritBusinessKey
protected boolean inheritBusinessKey -
inParameters
-
outParameters
-
-
Constructor Details
-
ChildTask
public ChildTask()
-
-
Method Details
-
getBusinessKey
-
setBusinessKey
-
isInheritBusinessKey
public boolean isInheritBusinessKey() -
setInheritBusinessKey
public void setInheritBusinessKey(boolean inheritBusinessKey) -
getInParameters
-
setInParameters
-
getOutParameters
-
setOutParameters
-