Class PermissionsQuery
java.lang.Object
com.sas.lsaf.query.Query
com.sas.lsaf.query.security.permissions.PermissionsQuery
- All Implemented Interfaces:
Serializable
This class represents criteria to use to query permission information.
- Since:
- 2.5
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe value that represents all columns inPermissionsQuery.static final ColumnThe column that represents the unique identifier of a repository item.static final ColumnThe column that represents the owner of a repository item.static final ColumnThe column that represents the full path of a repository item.static final ColumnThe column that represents the effective permissions the user has to the repository item.static final ColumnThe column that represents the type of a repository item.static final ColumnThe column that represents the userId of the user. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sas.lsaf.query.Query
constrain, getColumns, getConstraint, getOrder, includeColumnNames, isIncludeColumnNames, order, order, select, select, setColumns, setConstraint, setIncludeColumnNames, setOrder, toString
-
Field Details
-
ID
The column that represents the unique identifier of a repository item. -
PATH
The column that represents the full path of a repository item. -
TYPE
The column that represents the type of a repository item. -
OWNER
The column that represents the owner of a repository item. -
USERID
The column that represents the userId of the user. -
PERMISSIONS
The column that represents the effective permissions the user has to the repository item. -
ALL
The value that represents all columns inPermissionsQuery.
-
-
Constructor Details
-
PermissionsQuery
public PermissionsQuery()
-