Class BpmnEdgeImpl
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.di.DiagramElementImpl
org.camunda.bpm.model.bpmn.impl.instance.di.EdgeImpl
org.camunda.bpm.model.bpmn.impl.instance.di.LabeledEdgeImpl
org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnEdgeImpl
- All Implemented Interfaces:
BpmnEdge,BpmnModelElementInstance,DiagramElement,Edge,LabeledEdge,org.camunda.bpm.model.xml.instance.ModelElementInstance
The BPMNDI BPMNEdge element
- Author:
- Sebastian Menski
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static org.camunda.bpm.model.xml.type.reference.AttributeReference<BaseElement>protected static org.camunda.bpm.model.xml.type.child.ChildElement<BpmnLabel>protected static org.camunda.bpm.model.xml.type.attribute.Attribute<MessageVisibleKind>protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<DiagramElement>protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<DiagramElement>Fields inherited from class org.camunda.bpm.model.bpmn.impl.instance.di.EdgeImpl
waypointCollectionFields inherited from class org.camunda.bpm.model.bpmn.impl.instance.di.DiagramElementImpl
extensionChild, idAttributeFields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance -
Constructor Summary
ConstructorsConstructorDescriptionBpmnEdgeImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregisterType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) voidsetBpmnElement(BaseElement bpmnElement) voidsetBpmnLabel(BpmnLabel bpmnLabel) voidsetMessageVisibleKind(MessageVisibleKind messageVisibleKind) voidsetSourceElement(DiagramElement sourceElement) voidsetTargetElement(DiagramElement targetElement) Methods inherited from class org.camunda.bpm.model.bpmn.impl.instance.di.EdgeImpl
getWaypointsMethods inherited from class org.camunda.bpm.model.bpmn.impl.instance.di.DiagramElementImpl
getExtension, getId, setExtension, 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.BpmnModelElementInstance
builder, getScope, isScopeMethods inherited from interface org.camunda.bpm.model.bpmn.instance.di.DiagramElement
getExtension, getId, setExtension, setIdMethods inherited from interface org.camunda.bpm.model.bpmn.instance.di.Edge
getWaypointsMethods 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
-
bpmnElementAttribute
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<BaseElement> bpmnElementAttribute -
sourceElementAttribute
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<DiagramElement> sourceElementAttribute -
targetElementAttribute
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<DiagramElement> targetElementAttribute -
messageVisibleKindAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<MessageVisibleKind> messageVisibleKindAttribute -
bpmnLabelChild
-
-
Constructor Details
-
BpmnEdgeImpl
public BpmnEdgeImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
-
-
Method Details
-
registerType
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) -
getBpmnElement
- Specified by:
getBpmnElementin interfaceBpmnEdge
-
setBpmnElement
- Specified by:
setBpmnElementin interfaceBpmnEdge
-
getSourceElement
- Specified by:
getSourceElementin interfaceBpmnEdge
-
setSourceElement
- Specified by:
setSourceElementin interfaceBpmnEdge
-
getTargetElement
- Specified by:
getTargetElementin interfaceBpmnEdge
-
setTargetElement
- Specified by:
setTargetElementin interfaceBpmnEdge
-
getMessageVisibleKind
- Specified by:
getMessageVisibleKindin interfaceBpmnEdge
-
setMessageVisibleKind
- Specified by:
setMessageVisibleKindin interfaceBpmnEdge
-
getBpmnLabel
- Specified by:
getBpmnLabelin interfaceBpmnEdge
-
setBpmnLabel
- Specified by:
setBpmnLabelin interfaceBpmnEdge
-