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 Summary
Constructors - 
Method Summary
Modifier 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 interfaceQuery<T extends ModelElementInstance>
 - 
count
public int count()- Specified by:
 countin interfaceQuery<T extends ModelElementInstance>
 - 
filterByType
- Specified by:
 filterByTypein interfaceQuery<T extends ModelElementInstance>
 - 
filterByType
- Specified by:
 filterByTypein interfaceQuery<T extends ModelElementInstance>
 - 
singleResult
- Specified by:
 singleResultin interfaceQuery<T extends ModelElementInstance>
 
 -