Class DocumentActivityQuery

    • Field Detail

    • Constructor Detail

      • DocumentActivityQuery

        public DocumentActivityQuery()
    • Method Detail

      • getOrder

        public SortingOrder getOrder()
        Retrieves the sorting order SortingOrder for the data
        Returns:
        the sorting order by default is desc
        Since:
        7.0
      • setOrder

        public void setOrder​(SortingOrder order)
        Sets the sorting order for the results
        Parameters:
        order - SortingOrder asc/desc
        Since:
        7.0
      • getOffset

        public int getOffset()
        Retrieves the offset of the query, by default is 0
        Returns:
        the offset of the query
        Since:
        7.0
      • setOffset

        public void setOffset​(int offset)
        Sets the offset used to paginate results within a certain query
        Parameters:
        offset - next activity element to retrieve by the query. Independent of the dates filters in DocumentActivityQueryFilter, this fields allows to iterate/paginate through the results of the search
        Since:
        7.0
      • getLimit

        public int getLimit()
        Retrieves the limit of the amount of activities, by default is 100
        Returns:
        the number of the maximum amount of activities
        Since:
        7.0
      • setLimit

        public void setLimit​(int limit)
        Sets the limit for the amount of activities retrieved
        Parameters:
        limit - the max number of results. default is 100.
        Since:
        7.0