public interface Query<T extends org.camunda.bpm.model.xml.instance.ModelElementInstance>
| 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() |
int count()
<V extends org.camunda.bpm.model.xml.instance.ModelElementInstance> Query<V> filterByType(org.camunda.bpm.model.xml.type.ModelElementType elementType)
<V extends org.camunda.bpm.model.xml.instance.ModelElementInstance> Query<V> filterByType(Class<V> elementClass)
T singleResult()
Copyright © 2018 camunda services GmbH. All rights reserved.