public class DecisionTask extends TaskWithFieldExtensions
| Modifier and Type | Field and Description |
|---|---|
protected Decision |
decision |
protected String |
decisionRef |
protected String |
decisionRefExpression |
fieldExtensionsasync, blocking, blockingExpression, exclusivedefaultControl, lifecycleListeners, planItemRefname, parentdocumentation, documentationTextFormatattributes, extensionElements, id, xmlColumnNumber, xmlRowNumber| Constructor and Description |
|---|
DecisionTask() |
| Modifier and Type | Method and Description |
|---|---|
Decision |
getDecision() |
String |
getDecisionRef() |
String |
getDecisionRefExpression() |
void |
setDecision(Decision decision) |
void |
setDecisionRef(String decisionRef) |
void |
setDecisionRefExpression(String decisionRefExpression) |
getFieldExtensions, setFieldExtensionsgetBlockingExpression, isAsync, isBlocking, isExclusive, setAsync, setBlocking, setBlockingExpression, setExclusive, setValuesgetDefaultControl, 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 String decisionRefExpression
protected String decisionRef
protected Decision decision
public String getDecisionRefExpression()
public void setDecisionRefExpression(String decisionRefExpression)
public String getDecisionRef()
public void setDecisionRef(String decisionRef)
public Decision getDecision()
public void setDecision(Decision decision)
Copyright © 2021 Flowable. All rights reserved.