Class RecycleBinContainerQuery
java.lang.Object
com.sas.lsaf.query.Query
com.sas.lsaf.query.repository.recyclebin.RecycleBinItemQuery
com.sas.lsaf.query.repository.recyclebin.RecycleBinContainerQuery
- All Implemented Interfaces:
Serializable
The class that represents a query of individual containers that have been deleted and are located in the recycle bin.
- Since:
- 2.3
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionRepresents all columns inRecycleBinContainerQuery.static final ColumnThe column that represents the size (in bytes) of a container, which includes all versions of all files in the container and below.Fields inherited from class com.sas.lsaf.query.repository.recyclebin.RecycleBinItemQuery
DELETED_BY, DELETED_DATE, ID, LAST_MODIFIED, LAST_MODIFIED_BY, PATH, TOTAL_CONTAINER_SIZE, TOTAL_FILE_SIZE, TYPE_ID -
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
-
SIZE
The column that represents the size (in bytes) of a container, which includes all versions of all files in the container and below. -
ALL
Represents all columns inRecycleBinContainerQuery.
-
-
Constructor Details
-
RecycleBinContainerQuery
public RecycleBinContainerQuery()
-