Class BpmnShapeImpl
java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
io.camunda.zeebe.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
io.camunda.zeebe.model.bpmn.impl.instance.di.DiagramElementImpl
io.camunda.zeebe.model.bpmn.impl.instance.di.NodeImpl
io.camunda.zeebe.model.bpmn.impl.instance.di.ShapeImpl
io.camunda.zeebe.model.bpmn.impl.instance.di.LabeledShapeImpl
io.camunda.zeebe.model.bpmn.impl.instance.bpmndi.BpmnShapeImpl
- All Implemented Interfaces:
BpmnShape,BpmnModelElementInstance,DiagramElement,LabeledShape,Node,Shape,org.camunda.bpm.model.xml.instance.ModelElementInstance
The BPMNDI BPMNShape 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.reference.AttributeReference<BpmnShape>protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean>protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean>protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean>protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean>protected static org.camunda.bpm.model.xml.type.attribute.Attribute<ParticipantBandKind>Fields inherited from class io.camunda.zeebe.model.bpmn.impl.instance.di.ShapeImpl
boundsChildFields inherited from class io.camunda.zeebe.model.bpmn.impl.instance.di.DiagramElementImpl
extensionChild, idAttributeFields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance -
Constructor Summary
ConstructorsConstructorDescriptionBpmnShapeImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanstatic voidregisterType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) voidsetBpmnElement(BaseElement bpmnElement) voidsetBpmnLabel(BpmnLabel bpmnLabel) voidsetChoreographyActivityShape(BpmnShape choreographyActivityShape) voidsetExpanded(boolean isExpanded) voidsetHorizontal(boolean isHorizontal) voidsetMarkerVisible(boolean isMarkerVisible) voidsetMessageVisible(boolean isMessageVisible) voidsetParticipantBandKind(ParticipantBandKind participantBandKind) Methods inherited from class io.camunda.zeebe.model.bpmn.impl.instance.di.ShapeImpl
getBounds, setBoundsMethods inherited from class io.camunda.zeebe.model.bpmn.impl.instance.di.DiagramElementImpl
getExtension, getId, setExtension, setIdMethods inherited from class io.camunda.zeebe.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 io.camunda.zeebe.model.bpmn.instance.BpmnModelElementInstance
builder, getScope, isScopeMethods inherited from interface io.camunda.zeebe.model.bpmn.instance.di.DiagramElement
getExtension, getId, setExtension, setIdMethods 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 -
isHorizontalAttribute
-
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
-
-
Constructor Details
-
BpmnShapeImpl
public BpmnShapeImpl(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 interfaceBpmnShape
-
setBpmnElement
- Specified by:
setBpmnElementin interfaceBpmnShape
-
isHorizontal
public boolean isHorizontal()- Specified by:
isHorizontalin interfaceBpmnShape
-
setHorizontal
public void setHorizontal(boolean isHorizontal) - Specified by:
setHorizontalin interfaceBpmnShape
-
isExpanded
public boolean isExpanded()- Specified by:
isExpandedin interfaceBpmnShape
-
setExpanded
public void setExpanded(boolean isExpanded) - Specified by:
setExpandedin interfaceBpmnShape
-
isMarkerVisible
public boolean isMarkerVisible()- Specified by:
isMarkerVisiblein interfaceBpmnShape
-
setMarkerVisible
public void setMarkerVisible(boolean isMarkerVisible) - Specified by:
setMarkerVisiblein interfaceBpmnShape
-
isMessageVisible
public boolean isMessageVisible()- Specified by:
isMessageVisiblein interfaceBpmnShape
-
setMessageVisible
public void setMessageVisible(boolean isMessageVisible) - Specified by:
setMessageVisiblein interfaceBpmnShape
-
getParticipantBandKind
- Specified by:
getParticipantBandKindin interfaceBpmnShape
-
setParticipantBandKind
- Specified by:
setParticipantBandKindin interfaceBpmnShape
-
getChoreographyActivityShape
- Specified by:
getChoreographyActivityShapein interfaceBpmnShape
-
setChoreographyActivityShape
- Specified by:
setChoreographyActivityShapein interfaceBpmnShape
-
getBpmnLabel
- Specified by:
getBpmnLabelin interfaceBpmnShape
-
setBpmnLabel
- Specified by:
setBpmnLabelin interfaceBpmnShape
-