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
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)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.