mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Added support for result set meta data
Added size limits for result sets Updated/improved comments git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2573 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package org.alfresco.service.cmr.search;
|
||||
|
||||
/**
|
||||
* Enum to control how permissions are evaluated.
|
||||
*
|
||||
* @author Andy Hind
|
||||
*/
|
||||
public enum PermissionEvaluationMode
|
||||
{
|
||||
EAGER; // LAZY
|
||||
}
|
Reference in New Issue
Block a user