Interface PermissionCheckCollection<T>

    • Method Detail

      • getTargetResultCount

        int getTargetResultCount()
        Get the desired number of results. Permission checks can stop once the number of return objects reaches this number.
        Returns:
        the number of results desired
      • getCutOffAfterTimeMs

        long getCutOffAfterTimeMs()
        Get the maximum time for permission checks to execute before cutting the results off.
        Zero: Ignore this value.
        Returns:
        the time allowed for permission checks before cutoff
      • getCutOffAfterCount

        int getCutOffAfterCount()
        Get the maximum number of permission checks to perform before cutting the results off
        Returns:
        the maximum number of permission checks before cutoff