Package pro.taskana.common.rest
Class QueryPagingParameter<T,Q extends pro.taskana.common.api.BaseQuery<T,?>>
java.lang.Object
pro.taskana.common.rest.QueryPagingParameter<T,Q>
- All Implemented Interfaces:
QueryParameter<Q,List<T>>
public class QueryPagingParameter<T,Q extends pro.taskana.common.api.BaseQuery<T,?>>
extends Object
implements QueryParameter<Q,List<T>>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface pro.taskana.common.rest.QueryParameter
extractIntIntervals, extractTimeIntervals, wrapElementsInLikeStatement
-
Constructor Details
-
QueryPagingParameter
@ConstructorProperties({"page","page-size"}) public QueryPagingParameter(Integer page, Integer pageSize)
-
-
Method Details
-
getPage
-
getPageSize
-
getPageMetadata
-
apply
- Specified by:
applyin interfaceQueryParameter<T,Q extends pro.taskana.common.api.BaseQuery<T, ?>>
-