| Constructor and Description |
|---|
QueryImpl(Collection<T> collection) |
| Modifier and Type | Method and Description |
|---|---|
int |
count() |
<V extends org.camunda.bpm.model.xml.instance.ModelElementInstance> |
filterByType(Class<V> elementClass) |
<V extends org.camunda.bpm.model.xml.instance.ModelElementInstance> |
filterByType(org.camunda.bpm.model.xml.type.ModelElementType elementType) |
List<T> |
list() |
T |
singleResult() |
public QueryImpl(Collection<T> collection)
public int count()
public <V extends org.camunda.bpm.model.xml.instance.ModelElementInstance> Query<V> filterByType(org.camunda.bpm.model.xml.type.ModelElementType elementType)
filterByType in interface Query<T extends org.camunda.bpm.model.xml.instance.ModelElementInstance>public <V extends org.camunda.bpm.model.xml.instance.ModelElementInstance> Query<V> filterByType(Class<V> elementClass)
filterByType in interface Query<T extends org.camunda.bpm.model.xml.instance.ModelElementInstance>public T singleResult()
singleResult in interface Query<T extends org.camunda.bpm.model.xml.instance.ModelElementInstance>Copyright © 2015–2019 camunda services GmbH. All rights reserved.