Package org.alfresco.query
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
-
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)
-