public class DecisionTaskImpl extends TaskImpl implements DecisionTask
Modifier and Type | Field and Description |
---|---|
protected static Attribute<String> |
camundaDecisionBindingAttribute |
protected static Attribute<String> |
camundaDecisionTenantIdAttribute |
protected static Attribute<String> |
camundaDecisionVersionAttribute |
protected static Attribute<String> |
camundaMapDecisionResultAttribute |
protected static Attribute<String> |
camundaResultVariableAttribute
Camunda extensions
|
protected static Attribute<String> |
decisionRefAttribute |
protected static ChildElement<DecisionRefExpression> |
decisionRefExpressionChild |
protected static ChildElementCollection<ParameterMapping> |
parameterMappingCollection |
inputParameterCollection, inputsCollection, isBlockingAttribute, outputParameterCollection, outputsCollection
defaultControlChild, nameAttribute
descriptionAttribute, documentationCollection, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
DecisionTaskImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
String |
getCamundaDecisionBinding() |
String |
getCamundaDecisionTenantId() |
String |
getCamundaDecisionVersion() |
String |
getCamundaMapDecisionResult() |
String |
getCamundaResultVariable()
Camunda extensions
|
String |
getDecision() |
DecisionRefExpression |
getDecisionExpression() |
Collection<ParameterMapping> |
getParameterMappings() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setCamundaDecisionBinding(String camundaDecisionBinding) |
void |
setCamundaDecisionTenantId(String camundaDecisionTenantId) |
void |
setCamundaDecisionVersion(String camundaDecisionVersion) |
void |
setCamundaMapDecisionResult(String camundaMapDecisionResult) |
void |
setCamundaResultVariable(String camundaResultVariable) |
void |
setDecision(String decision) |
void |
setDecisionExpression(DecisionRefExpression decisionExpression) |
getInputParameters, getInputs, getOutputParameters, getOutputs, isBlocking, setIsBlocking
getDefaultControl, getName, setDefaultControl, setName
getDescription, getDocumentations, getExtensionElements, getId, isCmmn11, setDescription, setExtensionElements, setId
addChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getInputParameters, getInputs, getOutputParameters, getOutputs, isBlocking, setIsBlocking
getDefaultControl, getName, setDefaultControl, setName
getDescription, getDocumentations, getExtensionElements, getId, setDescription, setExtensionElements, setId
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
protected static ChildElementCollection<ParameterMapping> parameterMappingCollection
protected static ChildElement<DecisionRefExpression> decisionRefExpressionChild
protected static Attribute<String> camundaResultVariableAttribute
protected static Attribute<String> camundaDecisionTenantIdAttribute
public DecisionTaskImpl(ModelTypeInstanceContext instanceContext)
public String getDecision()
getDecision
in interface DecisionTask
public void setDecision(String decision)
setDecision
in interface DecisionTask
public Collection<ParameterMapping> getParameterMappings()
getParameterMappings
in interface DecisionTask
public DecisionRefExpression getDecisionExpression()
getDecisionExpression
in interface DecisionTask
public void setDecisionExpression(DecisionRefExpression decisionExpression)
setDecisionExpression
in interface DecisionTask
public String getCamundaResultVariable()
DecisionTask
getCamundaResultVariable
in interface DecisionTask
public void setCamundaResultVariable(String camundaResultVariable)
setCamundaResultVariable
in interface DecisionTask
public String getCamundaDecisionBinding()
getCamundaDecisionBinding
in interface DecisionTask
public void setCamundaDecisionBinding(String camundaDecisionBinding)
setCamundaDecisionBinding
in interface DecisionTask
public String getCamundaDecisionVersion()
getCamundaDecisionVersion
in interface DecisionTask
public void setCamundaDecisionVersion(String camundaDecisionVersion)
setCamundaDecisionVersion
in interface DecisionTask
public String getCamundaDecisionTenantId()
getCamundaDecisionTenantId
in interface DecisionTask
public void setCamundaDecisionTenantId(String camundaDecisionTenantId)
setCamundaDecisionTenantId
in interface DecisionTask
public String getCamundaMapDecisionResult()
getCamundaMapDecisionResult
in interface DecisionTask
public void setCamundaMapDecisionResult(String camundaMapDecisionResult)
setCamundaMapDecisionResult
in interface DecisionTask
public static void registerType(ModelBuilder modelBuilder)
Copyright © 2020. All rights reserved.