|  | Aqualogic Interaction API | |
| IPTSQueryRequest.setRequiredAccessLevel Method |
Set the access level that the current user must have for items returned by the query request. By default, the user must have READ level access.
This access level does not apply to Collab items, since Collab uses a different security model. Any Collab item visible to the current user can be returned if it matches the query and restrictions, regardless of the access level set via this method.
void setRequiredAccessLevel(
int accessLevel
);
Parameters
- accessLevel
- one of
PT_ACCESS_LEVELS.PT_ACCESS_LEVEL_READ
, PT_ACCESS_LEVELS.PT_ACCESS_LEVEL_SELECT
, PT_ACCESS_LEVELS.PT_ACCESS_LEVEL_EDIT
, PT_ACCESS_LEVELS.PT_ACCESS_LEVEL_ADMIN
.
See Also
IPTSQueryRequest Interface | com.plumtree.server.search Namespace