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, startQuantityAttributecamundaAsyncAfter, camundaAsyncBefore, camundaExclusive, camundaJobPriority, incomingCollection, outgoingCollectionauditingChild, categoryValueRefCollection, monitoringChild, nameAttributedocumentationCollection, extensionElementsChild, idAttributemodelInstance| 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, setStartQuantitygetCamundaJobPriority, getIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes, isCamundaAsyncAfter, isCamundaAsyncBefore, isCamundaExclusive, setCamundaAsyncAfter, setCamundaAsyncBefore, setCamundaExclusive, setCamundaJobPriority, updateAfterReplacementgetAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setNamegetDiagramElement, getDocumentations, getExtensionElements, getId, getIncomingReferencesByType, setExtensionElements, setIdgetScope, isScopeaddChildElement, asSet, 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, setUniqueChildElementByNameNsclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetCompletionQuantity, getDataInputAssociations, getDataOutputAssociations, getDefault, getIoSpecification, getLoopCharacteristics, getProperties, getResourceRoles, getStartQuantity, isForCompensation, setCompletionQuantity, setDefault, setForCompensation, setIoSpecification, setLoopCharacteristics, setStartQuantitygetCamundaJobPriority, getIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes, isCamundaAsyncAfter, isCamundaAsyncBefore, isCamundaExclusive, setCamundaAsyncAfter, setCamundaAsyncBefore, setCamundaExclusive, setCamundaJobPrioritygetAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setNamegetDiagramElement, getDocumentations, 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, setIdprotected static Attribute<String> camundaCalledElementBindingAttribute
public CallActivityImpl(ModelTypeInstanceContext context)
public static void registerType(ModelBuilder modelBuilder)
public CallActivityBuilder builder()
BpmnModelElementInstancebuilder in interface BpmnModelElementInstancebuilder in interface CallActivitybuilder in interface FlowNodebuilder in class FlowNodeImplpublic String getCalledElement()
getCalledElement in interface CallActivitypublic 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 CallActivitypublic String getCamundaCalledElementBinding()
getCamundaCalledElementBinding in interface CallActivitypublic void setCamundaCalledElementBinding(String camundaCalledElementBinding)
setCamundaCalledElementBinding in interface CallActivitypublic String getCamundaCalledElementVersion()
getCamundaCalledElementVersion in interface CallActivitypublic void setCamundaCalledElementVersion(String camundaCalledElementVersion)
setCamundaCalledElementVersion in interface CallActivityCopyright © 2018. All rights reserved.