Interface BusinessRuleTask
- All Superinterfaces:
Activity,BaseElement,BpmnModelElementInstance,FlowElement,FlowNode,InteractionNode,ModelElementInstance,Task
- All Known Implementing Classes:
BusinessRuleTaskImpl
The BPMN businessRuleTask element
- Author:
- Sebastian Menski
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()Returns a new fluent builder for the element if implemented.operaton extensionsvoidsetImplementation(String implementation) voidsetOperatonClass(String operatonClass) voidsetOperatonDecisionRef(String operatonDecisionRef) voidsetOperatonDecisionRefBinding(String operatonDecisionRefBinding) voidsetOperatonDecisionRefTenantId(String tenantId) voidsetOperatonDecisionRefVersion(String operatonDecisionRefVersion) voidsetOperatonDecisionRefVersionTag(String operatonDecisionRefVersionTag) voidsetOperatonDelegateExpression(String operatonExpression) voidsetOperatonExpression(String operatonExpression) voidsetOperatonMapDecisionResult(String operatonMapDecisionResult) voidsetOperatonResultVariable(String operatonResultVariable) voidsetOperatonTaskPriority(String taskPriority) voidsetOperatonTopic(String operatonTopic) voidsetOperatonType(String operatonType) Methods inherited from interface org.operaton.bpm.model.bpmn.instance.Activity
getCompletionQuantity, getDataInputAssociations, getDataOutputAssociations, getDefault, getIoSpecification, getLoopCharacteristics, getProperties, getResourceRoles, getStartQuantity, isForCompensation, setCompletionQuantity, setDefault, setForCompensation, setIoSpecification, setLoopCharacteristics, setStartQuantityMethods inherited from interface org.operaton.bpm.model.bpmn.instance.BaseElement
getDocumentations, getExtensionElements, getId, setExtensionElements, setIdMethods inherited from interface org.operaton.bpm.model.bpmn.instance.BpmnModelElementInstance
getScope, isScopeMethods inherited from interface org.operaton.bpm.model.bpmn.instance.FlowElement
getAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setNameMethods inherited from interface org.operaton.bpm.model.bpmn.instance.FlowNode
getIncoming, getOperatonJobPriority, getOutgoing, getPreviousNodes, getSucceedingNodes, isOperatonAsyncAfter, isOperatonAsyncBefore, isOperatonExclusive, setOperatonAsyncAfter, setOperatonAsyncBefore, setOperatonExclusive, setOperatonJobPriorityMethods inherited from interface org.operaton.bpm.model.bpmn.instance.InteractionNode
getId, setIdMethods inherited from interface org.operaton.bpm.model.xml.instance.ModelElementInstance
addChildElement, 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, updateAfterReplacementMethods inherited from interface org.operaton.bpm.model.bpmn.instance.Task
getDiagramElement, isOperatonAsync, setOperatonAsync
-
Method Details
-
builder
BusinessRuleTaskBuilder builder()Description copied from interface:BpmnModelElementInstanceReturns a new fluent builder for the element if implemented.- Specified by:
builderin interfaceBpmnModelElementInstance- Specified by:
builderin interfaceFlowNode- Returns:
- the builder object
-
getImplementation
String getImplementation() -
setImplementation
-
getOperatonClass
String getOperatonClass()operaton extensions -
setOperatonClass
-
getOperatonDelegateExpression
String getOperatonDelegateExpression() -
setOperatonDelegateExpression
-
getOperatonExpression
String getOperatonExpression() -
setOperatonExpression
-
getOperatonResultVariable
String getOperatonResultVariable() -
setOperatonResultVariable
-
getOperatonType
String getOperatonType() -
setOperatonType
-
getOperatonTopic
String getOperatonTopic() -
setOperatonTopic
-
getOperatonDecisionRef
String getOperatonDecisionRef() -
setOperatonDecisionRef
-
getOperatonDecisionRefBinding
String getOperatonDecisionRefBinding() -
setOperatonDecisionRefBinding
-
getOperatonDecisionRefVersion
String getOperatonDecisionRefVersion() -
setOperatonDecisionRefVersion
-
getOperatonDecisionRefVersionTag
String getOperatonDecisionRefVersionTag() -
setOperatonDecisionRefVersionTag
-
getOperatonDecisionRefTenantId
String getOperatonDecisionRefTenantId() -
setOperatonDecisionRefTenantId
-
getOperatonMapDecisionResult
String getOperatonMapDecisionResult() -
setOperatonMapDecisionResult
-
getOperatonTaskPriority
String getOperatonTaskPriority() -
setOperatonTaskPriority
-