Uses of Interface
org.camunda.bpm.model.bpmn.Query
Package
Description
-
Uses of Query in org.camunda.bpm.model.bpmn
Modifier and TypeMethodDescription<V extends ModelElementInstance>
Query<V>Query.filterByType
(Class<V> elementClass) <V extends ModelElementInstance>
Query<V>Query.filterByType
(ModelElementType elementType) -
Uses of Query in org.camunda.bpm.model.bpmn.impl
Modifier and TypeMethodDescription<V extends ModelElementInstance>
Query<V>QueryImpl.filterByType
(Class<V> elementClass) <V extends ModelElementInstance>
Query<V>QueryImpl.filterByType
(ModelElementType elementType) -
Uses of Query in org.camunda.bpm.model.bpmn.impl.instance
Modifier and TypeMethodDescriptionExtensionElementsImpl.getElementsQuery()
FlowNodeImpl.getPreviousNodes()
FlowNodeImpl.getSucceedingNodes()
-
Uses of Query in org.camunda.bpm.model.bpmn.instance
Modifier and TypeMethodDescriptionExtensionElements.getElementsQuery()
FlowNode.getPreviousNodes()
FlowNode.getSucceedingNodes()