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
  • Field Details

    • 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
  • Constructor Details

    • BpmnShapeImpl

      public BpmnShapeImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
  • Method Details