public class PermissionsQuery extends Query
Modifier and Type | Field and Description |
---|---|
static List<Column> |
ALL
The value that represents all columns in
PermissionsQuery . |
static Column |
ID
The column that represents the unique identifier of a repository item.
|
static Column |
OWNER
The column that represents the owner of a repository item.
|
static Column |
PATH
The column that represents the full path of a repository item.
|
static Column |
PERMISSIONS
The column that represents the effective permissions the user has to the repository item.
|
static Column |
TYPE
The column that represents the type of a repository item.
|
static Column |
USERID
The column that represents the userId of the user.
|
Constructor and Description |
---|
PermissionsQuery() |
constrain, getColumns, getConstraint, getOrder, includeColumnNames, isIncludeColumnNames, order, order, select, select, setColumns, setConstraint, setIncludeColumnNames, setOrder, toString
public static final Column ID
public static final Column PATH
public static final Column TYPE
public static final Column OWNER
public static final Column USERID
public static final Column PERMISSIONS
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>