public class Task extends PlanItemDefinition
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
async |
protected boolean |
blocking |
protected String |
blockingExpression |
protected boolean |
exclusive |
defaultControl, lifecycleListeners, planItemRefname, parentdocumentation, documentationTextFormatattributes, extensionElements, id, xmlColumnNumber, xmlRowNumber| Constructor and Description |
|---|
Task() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBlockingExpression() |
boolean |
isAsync() |
boolean |
isBlocking() |
boolean |
isExclusive() |
void |
setAsync(boolean async) |
void |
setBlocking(boolean blocking) |
void |
setBlockingExpression(String blockingExpression) |
void |
setExclusive(boolean exclusive) |
void |
setValues(Task otherElement) |
getDefaultControl, getLifecycleListeners, getPlanItemRef, setDefaultControl, setLifecycleListeners, setPlanItemRef, setValues, toStringgetName, getParent, getParentStage, setName, setParentgetDocumentation, getDocumentationTextFormat, setDocumentation, setDocumentationTextFormat, setValuesaddAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumberprotected boolean blocking
protected String blockingExpression
protected boolean async
protected boolean exclusive
public boolean isBlocking()
public void setBlocking(boolean blocking)
public String getBlockingExpression()
public void setBlockingExpression(String blockingExpression)
public boolean isAsync()
public void setAsync(boolean async)
public boolean isExclusive()
public void setExclusive(boolean exclusive)
public void setValues(Task otherElement)
Copyright © 2021 Flowable. All rights reserved.