Uses of Interface
org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnDiagram
-
Packages that use BpmnDiagram Package Description org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.impl.instance.bpmndi org.camunda.bpm.model.bpmn.instance -
-
Uses of BpmnDiagram in org.camunda.bpm.model.bpmn.impl.instance
Fields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type BpmnDiagram Modifier and Type Field Description protected static ChildElementCollection<BpmnDiagram>
DefinitionsImpl. bpmnDiagramCollection
Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type BpmnDiagram Modifier and Type Method Description Collection<BpmnDiagram>
DefinitionsImpl. getBpmDiagrams()
-
Uses of BpmnDiagram in org.camunda.bpm.model.bpmn.impl.instance.bpmndi
Classes in org.camunda.bpm.model.bpmn.impl.instance.bpmndi that implement BpmnDiagram Modifier and Type Class Description class
BpmnDiagramImpl
The BPMNDI BPMNDiagram element -
Uses of BpmnDiagram in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type BpmnDiagram Modifier and Type Method Description Collection<BpmnDiagram>
Definitions. getBpmDiagrams()
-