public class RepositoryItemQuery extends Query
Modifier and Type | Field and Description |
---|---|
static List<Column> |
ALL
The value that represents all columns in
RepositoryItemQuery . |
static Column |
CREATED
The column that represents the date and time on which the repository item was created.
|
static Column |
CREATED_BY
The column that represents the userid of the user who created the repository item.
|
static Column |
DESCRIPTION
The column that represents the description of the repository item.
|
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 on which 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 |
NAME
The column that represents the name of the repository item.
|
static Column |
PATH
The column that represents the full path of the repository item.
|
static Column |
PROPERTIES_LAST_MODIFIED
The column that represents the date and time on which the properties of the repository item were last modified.
|
static Column |
PROPERTIES_LAST_MODIFIED_BY
The column that represents the userid of the user who last modified the properties of the repository item.
|
static Column |
STATE
The column that represents the
RepositoryItem.State of the repository
item. |
static Column |
SYNCABLE
The column that represents the
RepositoryItem.Syncable value of the
repository item. |
static Column |
TOTAL_CONTAINER_SIZE
The column that represents the total size (in bytes) of a container, including all of the versions of all files that are in the
container and below.
|
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.
|
static Column |
TYPE_ID
The column that represents the type id of the repository item.
|
Constructor and Description |
---|
RepositoryItemQuery() |
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 of the file types are returned which include the following file types. These types can also be searched
individually.
public static final Column NAME
public static final Column PATH
public static final Column STATE
RepositoryItem.State
of the repository
item.public static final Column CREATED_BY
public static final Column CREATED
public static final Column LAST_MODIFIED_BY
public static final Column LAST_MODIFIED
public static final Column PROPERTIES_LAST_MODIFIED_BY
public static final Column PROPERTIES_LAST_MODIFIED
public static final Column DESCRIPTION
public static final Column SYNCABLE
RepositoryItem.Syncable
value of the
repository item.public static final Column TOTAL_FILE_SIZE
public static final Column TOTAL_CONTAINER_SIZE
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>