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 BpmnPlane
AbstractBaseElementBuilder. 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 class
BpmnPlaneImpl
The 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. bpmnPlaneChild
Methods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi that return BpmnPlane Modifier and Type Method Description BpmnPlane
BpmnDiagramImpl. getBpmnPlane()
Methods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi with parameters of type BpmnPlane Modifier and Type Method Description void
BpmnDiagramImpl. 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 BpmnPlane
BpmnDiagram. getBpmnPlane()
Methods in org.camunda.bpm.model.bpmn.instance.bpmndi with parameters of type BpmnPlane Modifier and Type Method Description void
BpmnDiagram. setBpmnPlane(BpmnPlane bpmnPlane)
-