Uses of Interface
org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnShape
-
-
Uses of BpmnShape in org.camunda.bpm.model.bpmn.builder
Methods in org.camunda.bpm.model.bpmn.builder that return BpmnShape Modifier and Type Method Description BpmnShapeAbstractBaseElementBuilder. createBpmnShape(FlowNode node)protected BpmnShapeAbstractBaseElementBuilder. findBpmnShape(BaseElement node)Methods in org.camunda.bpm.model.bpmn.builder with parameters of type BpmnShape Modifier and Type Method Description protected voidAbstractBaseElementBuilder. resizeSubProcess(BpmnShape innerShape)protected voidAbstractActivityBuilder. setBoundaryEventCoordinates(BpmnShape bpmnShape)protected voidAbstractBaseElementBuilder. setCoordinates(BpmnShape shape)protected voidAbstractBoundaryEventBuilder. setCoordinates(BpmnShape shape)protected voidEmbeddedSubProcessBuilder. setCoordinates(BpmnShape targetBpmnShape)protected voidProcessBuilder. setCoordinates(BpmnShape targetBpmnShape)protected voidProcessBuilder. setEventSubProcessCoordinates(BpmnShape targetBpmnShape) -
Uses of BpmnShape in org.camunda.bpm.model.bpmn.impl.instance
Methods in org.camunda.bpm.model.bpmn.impl.instance that return BpmnShape Modifier and Type Method Description BpmnShapeEventImpl. getDiagramElement()BpmnShapeGatewayImpl. getDiagramElement()BpmnShapeTaskImpl. getDiagramElement() -
Uses of BpmnShape in org.camunda.bpm.model.bpmn.impl.instance.bpmndi
Classes in org.camunda.bpm.model.bpmn.impl.instance.bpmndi that implement BpmnShape Modifier and Type Class Description classBpmnShapeImplThe BPMNDI BPMNShape elementFields in org.camunda.bpm.model.bpmn.impl.instance.bpmndi with type parameters of type BpmnShape Modifier and Type Field Description protected static AttributeReference<BpmnShape>BpmnShapeImpl. choreographyActivityShapeAttributeMethods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi that return BpmnShape Modifier and Type Method Description BpmnShapeBpmnShapeImpl. getChoreographyActivityShape()Methods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi with parameters of type BpmnShape Modifier and Type Method Description voidBpmnShapeImpl. setChoreographyActivityShape(BpmnShape choreographyActivityShape) -
Uses of BpmnShape in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return BpmnShape Modifier and Type Method Description BpmnShapeEvent. getDiagramElement()BpmnShapeGateway. getDiagramElement()BpmnShapeTask. getDiagramElement() -
Uses of BpmnShape in org.camunda.bpm.model.bpmn.instance.bpmndi
Methods in org.camunda.bpm.model.bpmn.instance.bpmndi that return BpmnShape Modifier and Type Method Description BpmnShapeBpmnShape. getChoreographyActivityShape()Methods in org.camunda.bpm.model.bpmn.instance.bpmndi with parameters of type BpmnShape Modifier and Type Method Description voidBpmnShape. setChoreographyActivityShape(BpmnShape choreographyActivityShape)
-