Interface AbstractWorkbasketAccessItemQuery<Q extends AbstractWorkbasketAccessItemQuery<Q,​T>,​T extends WorkbasketAccessItem>

    • Method Detail

      • idIn

        Q idIn​(String... ids)
        Add your unique entry id to your query as filter.
        Parameters:
        ids - the unique entry IDs
        Returns:
        the query
      • workbasketIdIn

        Q workbasketIdIn​(String... workbasketIds)
        Add the id to your query.
        Parameters:
        workbasketIds - the id of the Workbasket
        Returns:
        the query
      • accessIdIn

        Q accessIdIn​(String... accessIds)
        Add your accessIds to your query.
        Parameters:
        accessIds - as access Ids
        Returns:
        the query
      • orderByWorkbasketId

        Q orderByWorkbasketId​(BaseQuery.SortDirection sortDirection)
        Sort the query result by workbasket id.
        Parameters:
        sortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null, the result is sorted in ascending order
        Returns:
        the query
      • orderByAccessId

        Q orderByAccessId​(BaseQuery.SortDirection sortDirection)
        Sort the query result by access Id.
        Parameters:
        sortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null, the result is sorted in ascending order
        Returns:
        the query
      • orderById

        Q orderById​(BaseQuery.SortDirection sortDirection)
        Sort the query result by Id.
        Parameters:
        sortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null, the result is sorted in ascending order
        Returns:
        the query