Class PageImpl<T>

  • All Implemented Interfaces:
    org.activiti.api.runtime.shared.query.Page<T>

    public class PageImpl<T>
    extends java.lang.Object
    implements org.activiti.api.runtime.shared.query.Page<T>
    • Constructor Summary

      Constructors 
      Constructor Description
      PageImpl​(java.util.List<T> content, int totalItems)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<T> getContent()  
      int getTotalItems()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PageImpl

        public PageImpl​(java.util.List<T> content,
                        int totalItems)
    • Method Detail

      • getContent

        public java.util.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>