Package org.camunda.bpm.model.cmmn
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>
- Author:
- Sebastian Menski, Roman Smirnov
-
Method Summary
Modifier and TypeMethodDescriptionintcount()<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) list()