public class DecisionTaskImpl extends TaskImpl implements DecisionTask
| Modifier and Type | Field and Description |
|---|---|
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
camundaDecisionBindingAttribute |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
camundaDecisionTenantIdAttribute |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
camundaDecisionVersionAttribute |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
camundaMapDecisionResultAttribute |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
camundaResultVariableAttribute
Camunda extensions
|
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
decisionRefAttribute |
protected static org.camunda.bpm.model.xml.type.child.ChildElement<DecisionRefExpression> |
decisionRefExpressionChild |
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ParameterMapping> |
parameterMappingCollection |
inputParameterCollection, inputsCollection, isBlockingAttribute, outputParameterCollection, outputsCollectiondefaultControlChild, nameAttributedescriptionAttribute, documentationCollection, extensionElementsChild, idAttribute| Constructor and Description |
|---|
DecisionTaskImpl(org.camunda.bpm.model.xml.impl.instance.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(org.camunda.bpm.model.xml.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, setIsBlockinggetDefaultControl, getName, setDefaultControl, setNamegetDescription, getDocumentations, getExtensionElements, getId, isCmmn11, setDescription, setExtensionElements, setIdaddChildElement, 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, updateAfterReplacementclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetInputParameters, 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, updateAfterReplacementprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> decisionRefAttribute
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ParameterMapping> parameterMappingCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElement<DecisionRefExpression> decisionRefExpressionChild
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaResultVariableAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaDecisionBindingAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaDecisionVersionAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaDecisionTenantIdAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaMapDecisionResultAttribute
public DecisionTaskImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
public String getDecision()
getDecision in interface DecisionTaskpublic void setDecision(String decision)
setDecision in interface DecisionTaskpublic Collection<ParameterMapping> getParameterMappings()
getParameterMappings in interface DecisionTaskpublic DecisionRefExpression getDecisionExpression()
getDecisionExpression in interface DecisionTaskpublic void setDecisionExpression(DecisionRefExpression decisionExpression)
setDecisionExpression in interface DecisionTaskpublic String getCamundaResultVariable()
DecisionTaskgetCamundaResultVariable in interface DecisionTaskpublic void setCamundaResultVariable(String camundaResultVariable)
setCamundaResultVariable in interface DecisionTaskpublic String getCamundaDecisionBinding()
getCamundaDecisionBinding in interface DecisionTaskpublic void setCamundaDecisionBinding(String camundaDecisionBinding)
setCamundaDecisionBinding in interface DecisionTaskpublic String getCamundaDecisionVersion()
getCamundaDecisionVersion in interface DecisionTaskpublic void setCamundaDecisionVersion(String camundaDecisionVersion)
setCamundaDecisionVersion in interface DecisionTaskpublic String getCamundaDecisionTenantId()
getCamundaDecisionTenantId in interface DecisionTaskpublic void setCamundaDecisionTenantId(String camundaDecisionTenantId)
setCamundaDecisionTenantId in interface DecisionTaskpublic String getCamundaMapDecisionResult()
getCamundaMapDecisionResult in interface DecisionTaskpublic void setCamundaMapDecisionResult(String camundaMapDecisionResult)
setCamundaMapDecisionResult in interface DecisionTaskpublic static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
Copyright © 2018 camunda services GmbH. All rights reserved.