Uses of Interface
org.camunda.bpm.model.bpmn.Query

Packages that use Query
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.bpmn
 

Methods in org.camunda.bpm.model.bpmn that return Query
<V extends org.camunda.bpm.model.xml.instance.ModelElementInstance>
Query<V>
Query.filterByType(Class<V> elementClass)
           
<V extends org.camunda.bpm.model.xml.instance.ModelElementInstance>
Query<V>
Query.filterByType(org.camunda.bpm.model.xml.type.ModelElementType elementType)
           
 

Uses of Query in org.camunda.bpm.model.bpmn.impl
 

Classes in org.camunda.bpm.model.bpmn.impl that implement Query
 class QueryImpl<T extends ModelElementInstance>
           
 

Methods in org.camunda.bpm.model.bpmn.impl that return Query
<V extends org.camunda.bpm.model.xml.instance.ModelElementInstance>
Query<V>
QueryImpl.filterByType(Class<V> elementClass)
           
<V extends org.camunda.bpm.model.xml.instance.ModelElementInstance>
Query<V>
QueryImpl.filterByType(org.camunda.bpm.model.xml.type.ModelElementType elementType)
           
 

Uses of Query in org.camunda.bpm.model.bpmn.impl.instance
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return Query
 Query<org.camunda.bpm.model.xml.instance.ModelElementInstance> ExtensionElementsImpl.getElementsQuery()
           
 Query<FlowNode> FlowNodeImpl.getPreviousNodes()
           
 Query<FlowNode> FlowNodeImpl.getSucceedingNodes()
           
 

Uses of Query in org.camunda.bpm.model.bpmn.instance
 

Methods in org.camunda.bpm.model.bpmn.instance that return Query
 Query<org.camunda.bpm.model.xml.instance.ModelElementInstance> ExtensionElements.getElementsQuery()
           
 Query<FlowNode> FlowNode.getPreviousNodes()
           
 Query<FlowNode> FlowNode.getSucceedingNodes()
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.