public interface DecisionTask extends Task
| 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() | 
| 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, setIsBlockinggetDefaultControl, getName, setDefaultControl, setNamegetDescription, getDocumentations, getExtensionElements, getId, setDescription, setExtensionElements, setIdaddChildElement, 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, updateAfterReplacementString getDecision()
void setDecision(String decision)
DecisionRefExpression getDecisionExpression()
void setDecisionExpression(DecisionRefExpression decisionExpression)
Collection<ParameterMapping> getParameterMappings()
String getCamundaResultVariable()
void setCamundaResultVariable(String camundaResultVariable)
String getCamundaDecisionBinding()
void setCamundaDecisionBinding(String camundaDecisionBinding)
String getCamundaDecisionVersion()
void setCamundaDecisionVersion(String camundaDecisionVersion)
String getCamundaDecisionTenantId()
void setCamundaDecisionTenantId(String camundaDecisionTenantId)
String getCamundaMapDecisionResult()
void setCamundaMapDecisionResult(String camundaMapDecisionResult)
Copyright © 2018. All rights reserved.