Interface PermissionedResults


public interface PermissionedResults
Marker interface to show that permissions have already been applied to the results (and possibly cutoff)
Since:
4.0
Author:
janv
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    boolean
     
  • Method Details

    • permissionsApplied

      boolean permissionsApplied()
      Returns:
      true - if permissions have been applied to the results
    • hasMoreItems

      boolean hasMoreItems()
      Returns:
      true - if permission checks caused results to be cutoff (either due to max count or max time)