Package org.camunda.bpm.model.bpmn.impl
Class QueryImpl<T extends ModelElementInstance>
java.lang.Object
org.camunda.bpm.model.bpmn.impl.QueryImpl<T>
- All Implemented Interfaces:
- Query<T>
- Author:
- Sebastian Menski
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintcount()<V extends ModelElementInstance>
 Query<V>filterByType(Class<V> elementClass) <V extends ModelElementInstance>
 Query<V>filterByType(ModelElementType elementType) list()
- 
Constructor Details- 
QueryImpl
 
- 
- 
Method Details- 
list- Specified by:
- listin interface- Query<T extends ModelElementInstance>
 
- 
countpublic int count()- Specified by:
- countin interface- Query<T extends ModelElementInstance>
 
- 
filterByType- Specified by:
- filterByTypein interface- Query<T extends ModelElementInstance>
 
- 
filterByType- Specified by:
- filterByTypein interface- Query<T extends ModelElementInstance>
 
- 
singleResult- Specified by:
- singleResultin interface- Query<T extends ModelElementInstance>
 
 
-