Class MessageFlowImpl
java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
org.camunda.bpm.model.bpmn.impl.instance.BaseElementImpl
org.camunda.bpm.model.bpmn.impl.instance.MessageFlowImpl
- All Implemented Interfaces:
BaseElement,BpmnModelElementInstance,MessageFlow,org.camunda.bpm.model.xml.instance.ModelElementInstance
The BPMN messageFlow element
- Author:
- Sebastian Menski
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static org.camunda.bpm.model.xml.type.reference.AttributeReference<Message>protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<InteractionNode>protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<InteractionNode>Fields inherited from class org.camunda.bpm.model.bpmn.impl.instance.BaseElementImpl
documentationCollection, extensionElementsChild, idAttributeFields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance -
Constructor Summary
ConstructorsConstructorDescriptionMessageFlowImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) -
Method Summary
Modifier and TypeMethodDescriptiongetName()static voidregisterType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) voidsetMessage(Message message) voidvoidsetSource(InteractionNode source) voidsetTarget(InteractionNode target) Methods inherited from class org.camunda.bpm.model.bpmn.impl.instance.BaseElementImpl
getDocumentations, getExtensionElements, getId, getIncomingReferencesByType, setExtensionElements, setIdMethods inherited from class org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
builder, getScope, isScopeMethods inherited from class org.camunda.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, setUniqueChildElementByNameNs, updateAfterReplacementMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.model.bpmn.instance.BaseElement
getDocumentations, getExtensionElements, getId, setExtensionElements, setIdMethods inherited from interface org.camunda.bpm.model.bpmn.instance.BpmnModelElementInstance
builder, getScope, isScopeMethods inherited from interface org.camunda.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
-
nameAttribute
-
sourceRefAttribute
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<InteractionNode> sourceRefAttribute -
targetRefAttribute
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<InteractionNode> targetRefAttribute -
messageRefAttribute
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<Message> messageRefAttribute
-
-
Constructor Details
-
MessageFlowImpl
public MessageFlowImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
-
-
Method Details
-
registerType
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) -
getName
- Specified by:
getNamein interfaceMessageFlow
-
setName
- Specified by:
setNamein interfaceMessageFlow
-
getSource
- Specified by:
getSourcein interfaceMessageFlow
-
setSource
- Specified by:
setSourcein interfaceMessageFlow
-
getTarget
- Specified by:
getTargetin interfaceMessageFlow
-
setTarget
- Specified by:
setTargetin interfaceMessageFlow
-
getMessage
- Specified by:
getMessagein interfaceMessageFlow
-
setMessage
- Specified by:
setMessagein interfaceMessageFlow
-
getDiagramElement
- Specified by:
getDiagramElementin interfaceBaseElement- Specified by:
getDiagramElementin interfaceMessageFlow- Overrides:
getDiagramElementin classBaseElementImpl
-