Interface Query<T extends org.camunda.bpm.model.xml.instance.ModelElementInstance>

All Known Implementing Classes:
QueryImpl

public interface Query<T extends org.camunda.bpm.model.xml.instance.ModelElementInstance>
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    <V extends org.camunda.bpm.model.xml.instance.ModelElementInstance>
    Query<V>
    filterByType(Class<V> elementClass)
     
    <V extends org.camunda.bpm.model.xml.instance.ModelElementInstance>
    Query<V>
    filterByType(org.camunda.bpm.model.xml.type.ModelElementType elementType)
     
     
     
  • Method Details

    • list

      List<T> list()
    • count

      int count()
    • filterByType

      <V extends org.camunda.bpm.model.xml.instance.ModelElementInstance> Query<V> filterByType(org.camunda.bpm.model.xml.type.ModelElementType elementType)
    • filterByType

      <V extends org.camunda.bpm.model.xml.instance.ModelElementInstance> Query<V> filterByType(Class<V> elementClass)
    • singleResult

      T singleResult()