Interface PermissionCheckedCollection<T>

    • Method Detail

      • isCutOff

        boolean isCutOff()
        Check if the results have been truncated by permission check limits.
        Returns:
        true - if the results (usually a collection) have been cut off by permission check limits
      • sizeUnchecked

        int sizeUnchecked()
        Get the number of objects in the original (unfiltered) collection that did not have any permission checks.
        Returns:
        number of entries from the original collection that were not checked
      • sizeOriginal

        int sizeOriginal()
        Get the number of objects in the original (unfiltered) collection.
        Returns:
        number of entries in the original, pre-checked collection