Uses of Interface
org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnShape
Package
Description
-
Uses of BpmnShape in org.camunda.bpm.model.bpmn.builder
Modifier and TypeMethodDescriptionAbstractBaseElementBuilder.createBpmnShape
(FlowNode node) protected BpmnShape
AbstractBaseElementBuilder.findBpmnShape
(BaseElement node) Modifier and TypeMethodDescriptionprotected void
AbstractBaseElementBuilder.resizeSubProcess
(BpmnShape innerShape) protected void
AbstractActivityBuilder.setBoundaryEventCoordinates
(BpmnShape bpmnShape) protected void
AbstractBaseElementBuilder.setCoordinates
(BpmnShape shape) protected void
AbstractBoundaryEventBuilder.setCoordinates
(BpmnShape shape) protected void
EmbeddedSubProcessBuilder.setCoordinates
(BpmnShape targetBpmnShape) protected void
ProcessBuilder.setCoordinates
(BpmnShape targetBpmnShape) protected void
ProcessBuilder.setEventSubProcessCoordinates
(BpmnShape targetBpmnShape) -
Uses of BpmnShape in org.camunda.bpm.model.bpmn.impl.instance
Modifier and TypeMethodDescriptionEventImpl.getDiagramElement()
GatewayImpl.getDiagramElement()
TaskImpl.getDiagramElement()
-
Uses of BpmnShape in org.camunda.bpm.model.bpmn.impl.instance.bpmndi
Modifier and TypeFieldDescriptionprotected static AttributeReference<BpmnShape>
BpmnShapeImpl.choreographyActivityShapeAttribute
Modifier and TypeMethodDescriptionvoid
BpmnShapeImpl.setChoreographyActivityShape
(BpmnShape choreographyActivityShape) -
Uses of BpmnShape in org.camunda.bpm.model.bpmn.instance
Modifier and TypeMethodDescriptionEvent.getDiagramElement()
Gateway.getDiagramElement()
Task.getDiagramElement()
-
Uses of BpmnShape in org.camunda.bpm.model.bpmn.instance.bpmndi
Modifier and TypeMethodDescriptionvoid
BpmnShape.setChoreographyActivityShape
(BpmnShape choreographyActivityShape)