Class CallActivityImpl
java.lang.Object
org.operaton.bpm.model.xml.impl.instance.ModelElementInstanceImpl
org.operaton.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
org.operaton.bpm.model.bpmn.impl.instance.BaseElementImpl
org.operaton.bpm.model.bpmn.impl.instance.FlowElementImpl
org.operaton.bpm.model.bpmn.impl.instance.FlowNodeImpl
org.operaton.bpm.model.bpmn.impl.instance.ActivityImpl
org.operaton.bpm.model.bpmn.impl.instance.CallActivityImpl
- All Implemented Interfaces:
Activity,BaseElement,BpmnModelElementInstance,CallActivity,FlowElement,FlowNode,InteractionNode,ModelElementInstance
The BPMN callActivity element
- Author:
- Sebastian Menski
-
Field Summary
FieldsModifier and TypeFieldDescriptionoperaton extensionsFields inherited from class org.operaton.bpm.model.bpmn.impl.instance.ActivityImpl
completionQuantityAttribute, dataInputAssociationCollection, dataOutputAssociationCollection, defaultAttribute, ioSpecificationChild, isForCompensationAttribute, loopCharacteristicsChild, propertyCollection, resourceRoleCollection, startQuantityAttributeFields inherited from class org.operaton.bpm.model.bpmn.impl.instance.FlowNodeImpl
incomingCollection, operatonAsyncAfter, operatonAsyncBefore, operatonExclusive, operatonJobPriority, outgoingCollectionFields inherited from class org.operaton.bpm.model.bpmn.impl.instance.FlowElementImpl
auditingChild, categoryValueRefCollection, monitoringChild, nameAttributeFields inherited from class org.operaton.bpm.model.bpmn.impl.instance.BaseElementImpl
documentationCollection, extensionElementsChild, idAttributeFields inherited from class org.operaton.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Returns a new fluent builder for the element if implemented.booleanDeprecated, for removal: This API element is subject to removal in a future version.static voidregisterType(ModelBuilder modelBuilder) voidsetCalledElement(String calledElement) voidsetOperatonAsync(boolean isOperatonAsync) Deprecated, for removal: This API element is subject to removal in a future version.Use setOperatonAsyncBefore() instead.voidsetOperatonCalledElementBinding(String operatonCalledElementBinding) voidsetOperatonCalledElementTenantId(String tenantId) voidsetOperatonCalledElementVersion(String operatonCalledElementVersion) voidsetOperatonCalledElementVersionTag(String operatonCalledElementVersionTag) voidsetOperatonCaseBinding(String operatonCaseBinding) voidsetOperatonCaseRef(String operatonCaseRef) voidsetOperatonCaseTenantId(String tenantId) voidsetOperatonCaseVersion(String operatonCaseVersion) voidsetOperatonVariableMappingClass(String operatonClass) voidsetOperatonVariableMappingDelegateExpression(String operatonExpression) Methods inherited from class org.operaton.bpm.model.bpmn.impl.instance.ActivityImpl
getCompletionQuantity, getDataInputAssociations, getDataOutputAssociations, getDefault, getIoSpecification, getLoopCharacteristics, getProperties, getResourceRoles, getStartQuantity, isForCompensation, setCompletionQuantity, setDefault, setForCompensation, setIoSpecification, setLoopCharacteristics, setStartQuantityMethods inherited from class org.operaton.bpm.model.bpmn.impl.instance.FlowNodeImpl
getIncoming, getOperatonJobPriority, getOutgoing, getPreviousNodes, getSucceedingNodes, isOperatonAsyncAfter, isOperatonAsyncBefore, isOperatonExclusive, setOperatonAsyncAfter, setOperatonAsyncBefore, setOperatonExclusive, setOperatonJobPriority, updateAfterReplacementMethods inherited from class org.operaton.bpm.model.bpmn.impl.instance.FlowElementImpl
getAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setNameMethods inherited from class org.operaton.bpm.model.bpmn.impl.instance.BaseElementImpl
getDiagramElement, getDocumentations, getExtensionElements, getId, getIncomingReferencesByType, setExtensionElements, setIdMethods inherited from class org.operaton.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
getScope, isScopeMethods inherited from class org.operaton.bpm.model.xml.impl.instance.ModelElementInstanceImpl
addChildElement, 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, setUniqueChildElementByNameNsMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods 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
getDiagramElement, 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, updateAfterReplacement
-
Field Details
-
calledElementAttribute
-
operatonAsyncAttribute
operaton extensions -
operatonCalledElementBindingAttribute
-
operatonCalledElementVersionAttribute
-
operatonCalledElementVersionTagAttribute
-
operatonCalledElementTenantIdAttribute
-
operatonCaseRefAttribute
-
operatonCaseBindingAttribute
-
operatonCaseVersionAttribute
-
operatonCaseTenantIdAttribute
-
operatonVariableMappingClassAttribute
-
operatonVariableMappingDelegateExpressionAttribute
-
-
Constructor Details
-
CallActivityImpl
-
-
Method Details
-
registerType
-
builder
Description copied from interface:BpmnModelElementInstanceReturns a new fluent builder for the element if implemented.- Specified by:
builderin interfaceBpmnModelElementInstance- Specified by:
builderin interfaceCallActivity- Specified by:
builderin interfaceFlowNode- Overrides:
builderin classFlowNodeImpl- Returns:
- the builder object
-
getCalledElement
- Specified by:
getCalledElementin interfaceCallActivity
-
setCalledElement
- Specified by:
setCalledElementin interfaceCallActivity
-
isOperatonAsync
Deprecated, for removal: This API element is subject to removal in a future version.UseFlowNodeImpl.isOperatonAsyncBefore()instead.- Specified by:
isOperatonAsyncin interfaceCallActivity
-
setOperatonAsync
Deprecated, for removal: This API element is subject to removal in a future version.Use setOperatonAsyncBefore() instead.- Specified by:
setOperatonAsyncin interfaceCallActivity
-
getOperatonCalledElementBinding
- Specified by:
getOperatonCalledElementBindingin interfaceCallActivity
-
setOperatonCalledElementBinding
- Specified by:
setOperatonCalledElementBindingin interfaceCallActivity
-
getOperatonCalledElementVersion
- Specified by:
getOperatonCalledElementVersionin interfaceCallActivity
-
setOperatonCalledElementVersion
- Specified by:
setOperatonCalledElementVersionin interfaceCallActivity
-
getOperatonCalledElementVersionTag
- Specified by:
getOperatonCalledElementVersionTagin interfaceCallActivity
-
setOperatonCalledElementVersionTag
- Specified by:
setOperatonCalledElementVersionTagin interfaceCallActivity
-
getOperatonCaseRef
- Specified by:
getOperatonCaseRefin interfaceCallActivity
-
setOperatonCaseRef
- Specified by:
setOperatonCaseRefin interfaceCallActivity
-
getOperatonCaseBinding
- Specified by:
getOperatonCaseBindingin interfaceCallActivity
-
setOperatonCaseBinding
- Specified by:
setOperatonCaseBindingin interfaceCallActivity
-
getOperatonCaseVersion
- Specified by:
getOperatonCaseVersionin interfaceCallActivity
-
setOperatonCaseVersion
- Specified by:
setOperatonCaseVersionin interfaceCallActivity
-
getOperatonCalledElementTenantId
- Specified by:
getOperatonCalledElementTenantIdin interfaceCallActivity
-
setOperatonCalledElementTenantId
- Specified by:
setOperatonCalledElementTenantIdin interfaceCallActivity
-
getOperatonCaseTenantId
- Specified by:
getOperatonCaseTenantIdin interfaceCallActivity
-
setOperatonCaseTenantId
- Specified by:
setOperatonCaseTenantIdin interfaceCallActivity
-
getOperatonVariableMappingClass
- Specified by:
getOperatonVariableMappingClassin interfaceCallActivity
-
setOperatonVariableMappingClass
- Specified by:
setOperatonVariableMappingClassin interfaceCallActivity
-
getOperatonVariableMappingDelegateExpression
- Specified by:
getOperatonVariableMappingDelegateExpressionin interfaceCallActivity
-
setOperatonVariableMappingDelegateExpression
- Specified by:
setOperatonVariableMappingDelegateExpressionin interfaceCallActivity
-
FlowNodeImpl.isOperatonAsyncBefore()instead.