public class BusinessRuleTaskImpl extends TaskImpl implements BusinessRuleTask
Modifier and Type | Field and Description |
---|---|
protected static Attribute<String> |
camundaClassAttribute
camunda extensions
|
protected static Attribute<String> |
camundaDelegateExpressionAttribute |
protected static Attribute<String> |
camundaExpressionAttribute |
protected static Attribute<String> |
camundaResultVariableAttribute |
protected static Attribute<String> |
camundaTypeAttribute |
protected static Attribute<String> |
implementationAttribute |
protected static ChildElementCollection<Rendering> |
renderingCollection |
camundaAsyncAttribute, camundaExclusiveAttribute
completionQuantityAttribute, dataInputAssociationCollection, dataOutputAssociationCollection, defaultAttribute, ioSpecificationChild, isForCompensationAttribute, loopCharacteristicsChild, propertyCollection, resourceRoleCollection, startQuantityAttribute
incomingCollection, outgoingCollection
auditingChild, categoryValueRefCollection, monitoringChild, nameAttribute
documentationCollection, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
BusinessRuleTaskImpl(ModelTypeInstanceContext context) |
Modifier and Type | Method and Description |
---|---|
BusinessRuleTaskBuilder |
builder()
Returns a new fluent builder for the element if implemented.
|
String |
getCamundaClass()
camunda extensions
|
String |
getCamundaDelegateExpression() |
String |
getCamundaExpression() |
String |
getCamundaResultVariable() |
String |
getCamundaType() |
String |
getImplementation() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setCamundaClass(String camundaClass) |
void |
setCamundaDelegateExpression(String camundaExpression) |
void |
setCamundaExpression(String camundaExpression) |
void |
setCamundaResultVariable(String camundaResultVariable) |
void |
setCamundaType(String camundaType) |
void |
setImplementation(String implementation) |
getDiagramElement, isCamundaAsync, isCamundaExclusive, setCamundaAsync, setCamundaExclusive
getCompletionQuantity, getDataInputAssociations, getDataOutputAssociations, getDefault, getIoSpecification, getLoopCharacteristics, getProperties, getResourceRoles, getStartQuantity, isForCompensation, setCompletionQuantity, setDefault, setForCompensation, setIoSpecification, setLoopCharacteristics, setStartQuantity
getIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes, updateAfterReplacement
getAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setName
getDocumentations, getExtensionElements, getId, getIncomingReferencesByType, setExtensionElements, setId
getScope, isScope
addChildElement, 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, isCamundaExclusive, setCamundaAsync, setCamundaExclusive
getCompletionQuantity, getDataInputAssociations, getDataOutputAssociations, getDefault, getIoSpecification, getLoopCharacteristics, getProperties, getResourceRoles, getStartQuantity, isForCompensation, setCompletionQuantity, setDefault, setForCompensation, setIoSpecification, setLoopCharacteristics, setStartQuantity
getIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes
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
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 getCamundaType()
getCamundaType
in interface BusinessRuleTask
public void setCamundaType(String camundaType)
setCamundaType
in interface BusinessRuleTask
Copyright © 2015. All rights reserved.