Uses of Enum
org.alfresco.service.cmr.search.PermissionEvaluationMode
Packages that use PermissionEvaluationMode
-
Uses of PermissionEvaluationMode in org.alfresco.service.cmr.search
Methods in org.alfresco.service.cmr.search that return PermissionEvaluationModeModifier and TypeMethodDescriptionSearchParameters.getPermissionEvaluation()
Get when permissions are evaluated.ResultSetMetaData.getPermissionEvaluationMode()
Return how permission evaluations are being made.static PermissionEvaluationMode
Returns the enum constant of this type with the specified name.static PermissionEvaluationMode[]
PermissionEvaluationMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.service.cmr.search with parameters of type PermissionEvaluationModeModifier and TypeMethodDescriptionvoid
SearchParameters.setPermissionEvaluation
(PermissionEvaluationMode permissionEvaluation) Set when permissions are evaluated.