Uses of Interface
org.camunda.bpm.model.cmmn.Query
-
Packages that use Query Package Description org.camunda.bpm.model.cmmn org.camunda.bpm.model.cmmn.impl org.camunda.bpm.model.cmmn.impl.instance org.camunda.bpm.model.cmmn.instance -
-
Uses of Query in org.camunda.bpm.model.cmmn
Methods in org.camunda.bpm.model.cmmn 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.cmmn.impl
Classes in org.camunda.bpm.model.cmmn.impl that implement Query Modifier and Type Class Description class
QueryImpl<T extends ModelElementInstance>
Methods in org.camunda.bpm.model.cmmn.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.cmmn.impl.instance
Methods in org.camunda.bpm.model.cmmn.impl.instance that return Query Modifier and Type Method Description Query<ModelElementInstance>
ExtensionElementsImpl. getElementsQuery()
-
Uses of Query in org.camunda.bpm.model.cmmn.instance
Methods in org.camunda.bpm.model.cmmn.instance that return Query Modifier and Type Method Description Query<ModelElementInstance>
ExtensionElements. getElementsQuery()
-