Package | Description |
---|---|
org.alfresco.service.cmr.search |
Modifier and Type | Method and Description |
---|---|
PermissionEvaluationMode |
SearchParameters.getPermissionEvaluation()
Get when permissions are evaluated.
|
PermissionEvaluationMode |
ResultSetMetaData.getPermissionEvaluationMode()
Return how permission evaluations are being made.
|
static PermissionEvaluationMode |
PermissionEvaluationMode.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchParameters.setPermissionEvaluation(PermissionEvaluationMode permissionEvaluation)
Set when permissions are evaluated.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.