public interface BusinessRuleTask extends Task
| 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() |
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, setCamundaAsyncgetCompletionQuantity, getDataInputAssociations, getDataOutputAssociations, getDefault, getIoSpecification, getLoopCharacteristics, getProperties, getResourceRoles, getStartQuantity, isForCompensation, setCompletionQuantity, setDefault, setForCompensation, setIoSpecification, setLoopCharacteristics, setStartQuantitygetIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes, isCamundaAsyncAfter, isCamundaAsyncBefore, isCamundaExclusive, setCamundaAsyncAfter, setCamundaAsyncBefore, setCamundaExclusivegetAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setNamegetDocumentations, getExtensionElements, getId, setExtensionElements, setIdgetScope, isScopeaddChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementgetId, setIdBusinessRuleTaskBuilder builder()
BpmnModelElementInstancebuilder in interface BpmnModelElementInstancebuilder in interface FlowNodeString getImplementation()
void setImplementation(String implementation)
String getCamundaClass()
void setCamundaClass(String camundaClass)
String getCamundaDelegateExpression()
void setCamundaDelegateExpression(String camundaExpression)
String getCamundaExpression()
void setCamundaExpression(String camundaExpression)
String getCamundaResultVariable()
void setCamundaResultVariable(String camundaResultVariable)
String getCamundaType()
void setCamundaType(String camundaType)
Copyright © 2018. All rights reserved.