public class RecycleBinItemQuery extends Query
Modifier and Type | Field and Description |
---|---|
static List<Column> |
ALL
Represents all columns in
RecycleBinItemQuery . |
static Column |
DELETED_BY
The column that represents the userid of the user who deleted the repository item.
|
static Column |
DELETED_DATE
The column that represents the date and time of when the repository item was deleted.
|
static Column |
ID
The column that represents the unique identifier of the repository item.
|
static Column |
LAST_MODIFIED
The column that represents the date and time of when the repository item was last modified.
|
static Column |
LAST_MODIFIED_BY
The column that represents the userid of the user who last modified the repository item.
|
static Column |
PATH
The column that represents the name of the repository item.
|
static Column |
TOTAL_CONTAINER_SIZE
The column that represents the total size (in bytes) of a container, including all versions of all files in the
container and below, if the repository item is a container.
|
static Column |
TOTAL_FILE_SIZE
The column that represents the total size (in bytes) of a file, including all versions of the file if versioned,
if the repository item is a file.
|
static Column |
TYPE_ID
The column that represents the type id of the repository item.
|
Constructor and Description |
---|
RecycleBinItemQuery() |
constrain, getColumns, getConstraint, getOrder, includeColumnNames, isIncludeColumnNames, order, order, select, select, setColumns, setConstraint, setIncludeColumnNames, setOrder, toString
public static final Column ID
public static final Column TYPE_ID
TypeConstants
for the list of type ids.
Note: When searching for items of abstract type TypeConstants.TYPE_FILE
,
all file types are returned including the designated file types below. These types can also be searched
individually.
public static final Column PATH
public static final Column DELETED_BY
public static final Column DELETED_DATE
public static final Column LAST_MODIFIED_BY
public static final Column LAST_MODIFIED
public static final Column TOTAL_FILE_SIZE
public static final Column TOTAL_CONTAINER_SIZE
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA