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 Stringprotected booleanprotected List<IOParameter>protected List<IOParameter>Fields 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 TypeMethodDescriptionbooleanvoidsetBusinessKey(String businessKey) voidsetInheritBusinessKey(boolean inheritBusinessKey) voidsetInParameters(List<IOParameter> inParameters) voidsetOutParameters(List<IOParameter> outParameters) Methods 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
-
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
-