org.camunda.bpm.model.bpmn.impl.instance.bpmndi
Class BpmnShapeImpl
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.NodeImpl
org.camunda.bpm.model.bpmn.impl.instance.di.ShapeImpl
org.camunda.bpm.model.bpmn.impl.instance.di.LabeledShapeImpl
org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnShapeImpl
- All Implemented Interfaces:
- BpmnShape, BpmnModelElementInstance, DiagramElement, LabeledShape, Node, Shape, org.camunda.bpm.model.xml.instance.ModelElementInstance
public class BpmnShapeImpl
- extends LabeledShapeImpl
- implements BpmnShape
The BPMNDI BPMNShape element
- Author:
- Sebastian Menski
| Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl |
modelInstance |
|
Constructor Summary |
BpmnShapeImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
|
| Methods 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, updateAfterReplacement |
| Methods 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 |
bpmnElementAttribute
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<BaseElement> bpmnElementAttribute
isHorizontalAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> isHorizontalAttribute
isExpandedAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> isExpandedAttribute
isMarkerVisibleAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> isMarkerVisibleAttribute
isMessageVisibleAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> isMessageVisibleAttribute
participantBandKindAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<ParticipantBandKind> participantBandKindAttribute
choreographyActivityShapeAttribute
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<BpmnShape> choreographyActivityShapeAttribute
bpmnLabelChild
protected static org.camunda.bpm.model.xml.type.child.ChildElement<BpmnLabel> bpmnLabelChild
BpmnShapeImpl
public BpmnShapeImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
registerType
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
getBpmnElement
public BaseElement getBpmnElement()
- Specified by:
getBpmnElement in interface BpmnShape
setBpmnElement
public void setBpmnElement(BaseElement bpmnElement)
- Specified by:
setBpmnElement in interface BpmnShape
isHorizontal
public boolean isHorizontal()
- Specified by:
isHorizontal in interface BpmnShape
setHorizontal
public void setHorizontal(boolean isHorizontal)
- Specified by:
setHorizontal in interface BpmnShape
isExpanded
public boolean isExpanded()
- Specified by:
isExpanded in interface BpmnShape
setExpanded
public void setExpanded(boolean isExpanded)
- Specified by:
setExpanded in interface BpmnShape
isMarkerVisible
public boolean isMarkerVisible()
- Specified by:
isMarkerVisible in interface BpmnShape
setMarkerVisible
public void setMarkerVisible(boolean isMarkerVisible)
- Specified by:
setMarkerVisible in interface BpmnShape
isMessageVisible
public boolean isMessageVisible()
- Specified by:
isMessageVisible in interface BpmnShape
setMessageVisible
public void setMessageVisible(boolean isMessageVisible)
- Specified by:
setMessageVisible in interface BpmnShape
getParticipantBandKind
public ParticipantBandKind getParticipantBandKind()
- Specified by:
getParticipantBandKind in interface BpmnShape
setParticipantBandKind
public void setParticipantBandKind(ParticipantBandKind participantBandKind)
- Specified by:
setParticipantBandKind in interface BpmnShape
getChoreographyActivityShape
public BpmnShape getChoreographyActivityShape()
- Specified by:
getChoreographyActivityShape in interface BpmnShape
setChoreographyActivityShape
public void setChoreographyActivityShape(BpmnShape choreographyActivityShape)
- Specified by:
setChoreographyActivityShape in interface BpmnShape
getBpmnLabel
public BpmnLabel getBpmnLabel()
- Specified by:
getBpmnLabel in interface BpmnShape
setBpmnLabel
public void setBpmnLabel(BpmnLabel bpmnLabel)
- Specified by:
setBpmnLabel in interface BpmnShape
Copyright © 2017 camunda services GmbH. All rights reserved.