Uses of Interface
org.camunda.bpm.model.bpmn.Query
Packages that use Query
Package
Description
-
Uses of Query in org.camunda.bpm.model.bpmn
Methods in org.camunda.bpm.model.bpmn that return QueryModifier 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
Classes in org.camunda.bpm.model.bpmn.impl that implement QueryMethods in org.camunda.bpm.model.bpmn.impl that return QueryModifier 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
Methods in org.camunda.bpm.model.bpmn.impl.instance that return QueryModifier and TypeMethodDescriptionExtensionElementsImpl.getElementsQuery()
FlowNodeImpl.getPreviousNodes()
FlowNodeImpl.getSucceedingNodes()
-
Uses of Query in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return QueryModifier and TypeMethodDescriptionExtensionElements.getElementsQuery()
FlowNode.getPreviousNodes()
FlowNode.getSucceedingNodes()