Package org.flowable.cmmn.model
Class Task
- All Implemented Interfaces:
HasExtensionAttributes,HasLifecycleListeners
- Direct Known Subclasses:
CasePageTask,ChildTask,ExternalWorkerServiceTask,HumanTask,TaskWithFieldExtensions
- Author:
- Joram Barrez
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected booleanprotected booleanprotected booleanprotected Stringprotected booleanFields 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 TypeMethodDescriptionbooleanisAsync()booleanbooleanbooleanbooleanvoidsetAsync(boolean async) voidsetAsyncLeave(boolean asyncLeave) voidsetAsyncLeaveExclusive(boolean asyncLeaveExclusive) voidsetBlocking(boolean blocking) voidsetBlockingExpression(String blockingExpression) voidsetExclusive(boolean exclusive) voidMethods 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
-
blocking
protected boolean blocking -
blockingExpression
-
async
protected boolean async -
exclusive
protected boolean exclusive -
asyncLeave
protected boolean asyncLeave -
asyncLeaveExclusive
protected boolean asyncLeaveExclusive
-
-
Constructor Details
-
Task
public Task()
-
-
Method Details
-
isBlocking
public boolean isBlocking() -
setBlocking
public void setBlocking(boolean blocking) -
getBlockingExpression
-
setBlockingExpression
-
isAsync
public boolean isAsync() -
setAsync
public void setAsync(boolean async) -
isExclusive
public boolean isExclusive() -
setExclusive
public void setExclusive(boolean exclusive) -
isAsyncLeave
public boolean isAsyncLeave() -
setAsyncLeave
public void setAsyncLeave(boolean asyncLeave) -
isAsyncLeaveExclusive
public boolean isAsyncLeaveExclusive() -
setAsyncLeaveExclusive
public void setAsyncLeaveExclusive(boolean asyncLeaveExclusive) -
setValues
-