Class PageImpl<T>
- java.lang.Object
-
- org.activiti.runtime.api.query.impl.PageImpl<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<T>getContent()intgetTotalItems()
-
-
-
Method Detail
-
getContent
public List<T> getContent()
- Specified by:
getContentin interfacePage<T>
-
getTotalItems
public int getTotalItems()
- Specified by:
getTotalItemsin interfacePage<T>
-
-