Uses of Interface
org.camunda.bpm.model.bpmn.Query
- 
Packages that use Query Package Description org.camunda.bpm.model.bpmn org.camunda.bpm.model.bpmn.impl org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance 
- 
- 
Uses of Query in org.camunda.bpm.model.bpmnMethods in org.camunda.bpm.model.bpmn that return Query Modifier and Type Method Description <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.implClasses in org.camunda.bpm.model.bpmn.impl that implement Query Modifier and Type Class Description classQueryImpl<T extends ModelElementInstance>Methods in org.camunda.bpm.model.bpmn.impl that return Query Modifier and Type Method Description <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.instanceMethods in org.camunda.bpm.model.bpmn.impl.instance that return Query Modifier and Type Method Description Query<ModelElementInstance>ExtensionElementsImpl. getElementsQuery()Query<FlowNode>FlowNodeImpl. getPreviousNodes()Query<FlowNode>FlowNodeImpl. getSucceedingNodes()
- 
Uses of Query in org.camunda.bpm.model.bpmn.instanceMethods in org.camunda.bpm.model.bpmn.instance that return Query Modifier and Type Method Description Query<ModelElementInstance>ExtensionElements. getElementsQuery()Query<FlowNode>FlowNode. getPreviousNodes()Query<FlowNode>FlowNode. getSucceedingNodes()
 
-