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 |
protected static Attribute<Boolean> |
camundaExclusiveAttribute |
completionQuantityAttribute, dataInputAssociationCollection, dataOutputAssociationCollection, defaultAttribute, ioSpecificationChild, isForCompensationAttribute, loopCharacteristicsChild, propertyCollection, resourceRoleCollection, startQuantityAttribute
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()
camunda extensions
|
boolean |
isCamundaExclusive() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setCalledElement(String calledElement) |
void |
setCamundaAsync(boolean isCamundaAsync) |
void |
setCamundaCalledElementBinding(String camundaCalledElementBinding) |
void |
setCamundaCalledElementVersion(String camundaCalledElementVersion) |
void |
setCamundaExclusive(boolean isCamundaExclusive) |
getCompletionQuantity, getDataInputAssociations, getDataOutputAssociations, getDefault, getIoSpecification, getLoopCharacteristics, getProperties, getResourceRoles, getStartQuantity, isForCompensation, setCompletionQuantity, setDefault, setForCompensation, setIoSpecification, setLoopCharacteristics, setStartQuantity
getIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes, 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
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
protected static Attribute<String> camundaCalledElementVersionAttribute
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
public boolean isCamundaAsync()
CallActivity
isCamundaAsync
in interface CallActivity
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
public boolean isCamundaExclusive()
isCamundaExclusive
in interface CallActivity
public void setCamundaExclusive(boolean isCamundaExclusive)
setCamundaExclusive
in interface CallActivity
Copyright © 2015. All rights reserved.