public class CallActivityImpl extends ActivityImpl implements CallActivity
Modifier and Type | Field and Description |
---|---|
protected static Attribute<String> |
calledElementAttribute |
protected static Attribute<Boolean> |
camundaAsyncAttribute
camunda extensions
|
protected static Attribute<String> |
camundaCalledElementBindingAttribute |
protected static Attribute<String> |
camundaCalledElementVersionAttribute |
completionQuantityAttribute, dataInputAssociationCollection, dataOutputAssociationCollection, defaultAttribute, ioSpecificationChild, isForCompensationAttribute, loopCharacteristicsChild, propertyCollection, resourceRoleCollection, startQuantityAttribute
camundaAsyncAfter, camundaAsyncBefore, camundaExclusive, incomingCollection, outgoingCollection
auditingChild, categoryValueRefCollection, monitoringChild, nameAttribute
documentationCollection, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
CallActivityImpl(ModelTypeInstanceContext context) |
Modifier and Type | Method and Description |
---|---|
CallActivityBuilder |
builder()
Returns a new fluent builder for the element if implemented.
|
String |
getCalledElement() |
String |
getCamundaCalledElementBinding() |
String |
getCamundaCalledElementVersion() |
boolean |
isCamundaAsync()
Deprecated.
use isCamundaAsyncBefore() instead.
|
static void |
registerType(ModelBuilder modelBuilder) |
void |
setCalledElement(String calledElement) |
void |
setCamundaAsync(boolean isCamundaAsync)
Deprecated.
use setCamundaAsyncBefore() instead.
|
void |
setCamundaCalledElementBinding(String camundaCalledElementBinding) |
void |
setCamundaCalledElementVersion(String camundaCalledElementVersion) |
getCompletionQuantity, getDataInputAssociations, getDataOutputAssociations, getDefault, getIoSpecification, getLoopCharacteristics, getProperties, getResourceRoles, getStartQuantity, isForCompensation, setCompletionQuantity, setDefault, setForCompensation, setIoSpecification, setLoopCharacteristics, setStartQuantity
getIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes, isCamundaAsyncAfter, isCamundaAsyncBefore, isCamundaExclusive, setCamundaAsyncAfter, setCamundaAsyncBefore, setCamundaExclusive, updateAfterReplacement
getAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setName
getDiagramElement, 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
getCompletionQuantity, getDataInputAssociations, getDataOutputAssociations, getDefault, getIoSpecification, getLoopCharacteristics, getProperties, getResourceRoles, getStartQuantity, isForCompensation, setCompletionQuantity, setDefault, setForCompensation, setIoSpecification, setLoopCharacteristics, setStartQuantity
getIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes, isCamundaAsyncAfter, isCamundaAsyncBefore, isCamundaExclusive, setCamundaAsyncAfter, setCamundaAsyncBefore, setCamundaExclusive
getAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setName
getDiagramElement, 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 Attribute<String> camundaCalledElementBindingAttribute
public CallActivityImpl(ModelTypeInstanceContext context)
public static void registerType(ModelBuilder modelBuilder)
public CallActivityBuilder builder()
BpmnModelElementInstance
builder
in interface BpmnModelElementInstance
builder
in interface CallActivity
builder
in interface FlowNode
builder
in class FlowNodeImpl
public String getCalledElement()
getCalledElement
in interface CallActivity
public void setCalledElement(String calledElement)
setCalledElement
in interface CallActivity
@Deprecated public boolean isCamundaAsync()
isCamundaAsync
in interface CallActivity
@Deprecated public void setCamundaAsync(boolean isCamundaAsync)
setCamundaAsync
in interface CallActivity
public String getCamundaCalledElementBinding()
getCamundaCalledElementBinding
in interface CallActivity
public void setCamundaCalledElementBinding(String camundaCalledElementBinding)
setCamundaCalledElementBinding
in interface CallActivity
public String getCamundaCalledElementVersion()
getCamundaCalledElementVersion
in interface CallActivity
public void setCamundaCalledElementVersion(String camundaCalledElementVersion)
setCamundaCalledElementVersion
in interface CallActivity
Copyright © 2018. All rights reserved.