public class BusinessRuleTaskImpl extends TaskImpl implements BusinessRuleTask
Modifier and Type | Field and Description |
---|---|
protected static Attribute<String> |
camundaClassAttribute
camunda extensions
|
protected static Attribute<String> |
camundaDecisionRefAttribute |
protected static Attribute<String> |
camundaDecisionRefBindingAttribute |
protected static Attribute<String> |
camundaDecisionRefTenantIdAttribute |
protected static Attribute<String> |
camundaDecisionRefVersionAttribute |
protected static Attribute<String> |
camundaDelegateExpressionAttribute |
protected static Attribute<String> |
camundaExpressionAttribute |
protected static Attribute<String> |
camundaMapDecisionResultAttribute |
protected static Attribute<String> |
camundaResultVariableAttribute |
protected static Attribute<String> |
camundaTaskPriorityAttribute |
protected static Attribute<String> |
camundaTopicAttribute |
protected static Attribute<String> |
camundaTypeAttribute |
protected static Attribute<String> |
implementationAttribute |
protected static ChildElementCollection<Rendering> |
renderingCollection |
camundaAsyncAttribute
completionQuantityAttribute, dataInputAssociationCollection, dataOutputAssociationCollection, defaultAttribute, ioSpecificationChild, isForCompensationAttribute, loopCharacteristicsChild, propertyCollection, resourceRoleCollection, startQuantityAttribute
camundaAsyncAfter, camundaAsyncBefore, camundaExclusive, camundaJobPriority, incomingCollection, outgoingCollection
auditingChild, categoryValueRefCollection, monitoringChild, nameAttribute
documentationCollection, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
BusinessRuleTaskImpl(ModelTypeInstanceContext context) |
getDiagramElement, isCamundaAsync, setCamundaAsync
getCompletionQuantity, getDataInputAssociations, getDataOutputAssociations, getDefault, getIoSpecification, getLoopCharacteristics, getProperties, getResourceRoles, getStartQuantity, isForCompensation, setCompletionQuantity, setDefault, setForCompensation, setIoSpecification, setLoopCharacteristics, setStartQuantity
getCamundaJobPriority, getIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes, isCamundaAsyncAfter, isCamundaAsyncBefore, isCamundaExclusive, setCamundaAsyncAfter, setCamundaAsyncBefore, setCamundaExclusive, setCamundaJobPriority, updateAfterReplacement
getAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setName
getDocumentations, getExtensionElements, getId, getIncomingReferencesByType, setExtensionElements, setId
getScope, isScope
addChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getDiagramElement, isCamundaAsync, setCamundaAsync
getCompletionQuantity, getDataInputAssociations, getDataOutputAssociations, getDefault, getIoSpecification, getLoopCharacteristics, getProperties, getResourceRoles, getStartQuantity, isForCompensation, setCompletionQuantity, setDefault, setForCompensation, setIoSpecification, setLoopCharacteristics, setStartQuantity
getCamundaJobPriority, getIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes, isCamundaAsyncAfter, isCamundaAsyncBefore, isCamundaExclusive, setCamundaAsyncAfter, setCamundaAsyncBefore, setCamundaExclusive, setCamundaJobPriority
getAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setName
getDocumentations, getExtensionElements, getId, setExtensionElements, setId
getScope, isScope
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
getId, setId
protected static ChildElementCollection<Rendering> renderingCollection
protected static Attribute<String> camundaDelegateExpressionAttribute
protected static Attribute<String> camundaDecisionRefBindingAttribute
protected static Attribute<String> camundaDecisionRefVersionAttribute
protected static Attribute<String> camundaDecisionRefTenantIdAttribute
protected static Attribute<String> camundaMapDecisionResultAttribute
public BusinessRuleTaskImpl(ModelTypeInstanceContext context)
public static void registerType(ModelBuilder modelBuilder)
public BusinessRuleTaskBuilder builder()
BpmnModelElementInstance
builder
in interface BpmnModelElementInstance
builder
in interface BusinessRuleTask
builder
in interface FlowNode
builder
in class TaskImpl
public String getImplementation()
getImplementation
in interface BusinessRuleTask
public void setImplementation(String implementation)
setImplementation
in interface BusinessRuleTask
public String getCamundaClass()
getCamundaClass
in interface BusinessRuleTask
public void setCamundaClass(String camundaClass)
setCamundaClass
in interface BusinessRuleTask
public String getCamundaDelegateExpression()
getCamundaDelegateExpression
in interface BusinessRuleTask
public void setCamundaDelegateExpression(String camundaExpression)
setCamundaDelegateExpression
in interface BusinessRuleTask
public String getCamundaExpression()
getCamundaExpression
in interface BusinessRuleTask
public void setCamundaExpression(String camundaExpression)
setCamundaExpression
in interface BusinessRuleTask
public String getCamundaResultVariable()
getCamundaResultVariable
in interface BusinessRuleTask
public void setCamundaResultVariable(String camundaResultVariable)
setCamundaResultVariable
in interface BusinessRuleTask
public String getCamundaTopic()
getCamundaTopic
in interface BusinessRuleTask
public void setCamundaTopic(String camundaTopic)
setCamundaTopic
in interface BusinessRuleTask
public String getCamundaType()
getCamundaType
in interface BusinessRuleTask
public void setCamundaType(String camundaType)
setCamundaType
in interface BusinessRuleTask
public String getCamundaDecisionRef()
getCamundaDecisionRef
in interface BusinessRuleTask
public void setCamundaDecisionRef(String camundaDecisionRef)
setCamundaDecisionRef
in interface BusinessRuleTask
public String getCamundaDecisionRefBinding()
getCamundaDecisionRefBinding
in interface BusinessRuleTask
public void setCamundaDecisionRefBinding(String camundaDecisionRefBinding)
setCamundaDecisionRefBinding
in interface BusinessRuleTask
public String getCamundaDecisionRefVersion()
getCamundaDecisionRefVersion
in interface BusinessRuleTask
public void setCamundaDecisionRefVersion(String camundaDecisionRefVersion)
setCamundaDecisionRefVersion
in interface BusinessRuleTask
public String getCamundaMapDecisionResult()
getCamundaMapDecisionResult
in interface BusinessRuleTask
public void setCamundaMapDecisionResult(String camundaMapDecisionResult)
setCamundaMapDecisionResult
in interface BusinessRuleTask
public String getCamundaDecisionRefTenantId()
getCamundaDecisionRefTenantId
in interface BusinessRuleTask
public void setCamundaDecisionRefTenantId(String tenantId)
setCamundaDecisionRefTenantId
in interface BusinessRuleTask
public String getCamundaTaskPriority()
getCamundaTaskPriority
in interface BusinessRuleTask
public void setCamundaTaskPriority(String taskPriority)
setCamundaTaskPriority
in interface BusinessRuleTask
Copyright © 2017. All rights reserved.