public class QueryUtil
extends Object
-
Method Summary
static <T extends org.camunda.bpm.engine.query.Query<?,
?>,
U>
List<U>
list(org.camunda.bpm.engine.query.Query<T,U> query,
Integer firstResult,
Integer maxResults)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
list
public static <T extends org.camunda.bpm.engine.query.Query<?,
?>,
U>
List<U> list(org.camunda.bpm.engine.query.Query<T,U> query,
Integer firstResult,
Integer maxResults)