Package org.camunda.bpm.model.cmmn.impl
Class QueryImpl<T extends org.camunda.bpm.model.xml.instance.ModelElementInstance>
java.lang.Object
org.camunda.bpm.model.cmmn.impl.QueryImpl<T>
- All Implemented Interfaces:
Query<T>
public class QueryImpl<T extends org.camunda.bpm.model.xml.instance.ModelElementInstance>
extends Object
implements Query<T>
- Author:
- Sebastian Menski
-
Constructor Summary
Constructors -
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()
-
Constructor Details
-
QueryImpl
-
-
Method Details
-
list
-
count
public int count() -
filterByType
public <V extends org.camunda.bpm.model.xml.instance.ModelElementInstance> Query<V> filterByType(org.camunda.bpm.model.xml.type.ModelElementType elementType) - Specified by:
filterByTypein interfaceQuery<T extends org.camunda.bpm.model.xml.instance.ModelElementInstance>
-
filterByType
public <V extends org.camunda.bpm.model.xml.instance.ModelElementInstance> Query<V> filterByType(Class<V> elementClass) - Specified by:
filterByTypein interfaceQuery<T extends org.camunda.bpm.model.xml.instance.ModelElementInstance>
-
singleResult
- Specified by:
singleResultin interfaceQuery<T extends org.camunda.bpm.model.xml.instance.ModelElementInstance>
-