Uses of Interface
org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnPlane
-
Packages that use BpmnPlane Package Description org.camunda.bpm.model.bpmn.builder org.camunda.bpm.model.bpmn.impl.instance.bpmndi org.camunda.bpm.model.bpmn.instance.bpmndi -
-
Uses of BpmnPlane in org.camunda.bpm.model.bpmn.builder
Methods in org.camunda.bpm.model.bpmn.builder that return BpmnPlane Modifier and Type Method Description protected BpmnPlaneAbstractBaseElementBuilder. findBpmnPlane() -
Uses of BpmnPlane in org.camunda.bpm.model.bpmn.impl.instance.bpmndi
Classes in org.camunda.bpm.model.bpmn.impl.instance.bpmndi that implement BpmnPlane Modifier and Type Class Description classBpmnPlaneImplThe BPMNDI BPMNPlane elementFields in org.camunda.bpm.model.bpmn.impl.instance.bpmndi with type parameters of type BpmnPlane Modifier and Type Field Description protected static ChildElement<BpmnPlane>BpmnDiagramImpl. bpmnPlaneChildMethods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi that return BpmnPlane Modifier and Type Method Description BpmnPlaneBpmnDiagramImpl. getBpmnPlane()Methods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi with parameters of type BpmnPlane Modifier and Type Method Description voidBpmnDiagramImpl. setBpmnPlane(BpmnPlane bpmnPlane) -
Uses of BpmnPlane in org.camunda.bpm.model.bpmn.instance.bpmndi
Methods in org.camunda.bpm.model.bpmn.instance.bpmndi that return BpmnPlane Modifier and Type Method Description BpmnPlaneBpmnDiagram. getBpmnPlane()Methods in org.camunda.bpm.model.bpmn.instance.bpmndi with parameters of type BpmnPlane Modifier and Type Method Description voidBpmnDiagram. setBpmnPlane(BpmnPlane bpmnPlane)
-