Uses of Interface
org.camunda.bpm.model.cmmn.Query
Packages that use Query
Package
Description
-
Uses of Query in org.camunda.bpm.model.cmmn
Methods in org.camunda.bpm.model.cmmn that return QueryModifier and TypeMethodDescription<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.cmmn.impl
Classes in org.camunda.bpm.model.cmmn.impl that implement QueryModifier and TypeClassDescriptionclassQueryImpl<T extends org.camunda.bpm.model.xml.instance.ModelElementInstance>Methods in org.camunda.bpm.model.cmmn.impl that return QueryModifier and TypeMethodDescription<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.cmmn.impl.instance
Methods in org.camunda.bpm.model.cmmn.impl.instance that return QueryModifier and TypeMethodDescriptionQuery<org.camunda.bpm.model.xml.instance.ModelElementInstance>ExtensionElementsImpl.getElementsQuery() -
Uses of Query in org.camunda.bpm.model.cmmn.instance
Methods in org.camunda.bpm.model.cmmn.instance that return QueryModifier and TypeMethodDescriptionQuery<org.camunda.bpm.model.xml.instance.ModelElementInstance>ExtensionElements.getElementsQuery()