- All Implemented Interfaces:
org.activiti.api.runtime.shared.query.Page<T>
public class PageImpl<T>
extends Object
implements org.activiti.api.runtime.shared.query.Page<T>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PageImpl
public PageImpl(List<T> content,
int totalItems)
-
Method Details
-
getContent
public List<T> getContent()
- Specified by:
getContent in interface org.activiti.api.runtime.shared.query.Page<T>
-
getTotalItems
public int getTotalItems()
- Specified by:
getTotalItems in interface org.activiti.api.runtime.shared.query.Page<T>