Package com.sas.lsaf.query.repository
Class RepositoryContainerQuery
java.lang.Object
com.sas.lsaf.query.Query
com.sas.lsaf.query.repository.RepositoryItemQuery
com.sas.lsaf.query.repository.RepositoryContainerQuery
- All Implemented Interfaces:
Serializable
This class provides an API to generate criteria when querying repository containers. The query applies only to
containers with columns specific to a container. The size column represents the total size of all of the files in the
container and below, which includes all versions of the file, if it is versioned.
- Since:
- 2.3
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe value that represents all columns inRepositoryContainerQuery.static final ColumnThe column that represents the default limit for the major versions of files that were created within the container.static final ColumnThe column that represents the default limit for the minor versions of files that were created within the container.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.RepositoryItemQuery
CREATED, CREATED_BY, DESCRIPTION, ID, LAST_MODIFIED, LAST_MODIFIED_BY, NAME, PATH, PROPERTIES_LAST_MODIFIED, PROPERTIES_LAST_MODIFIED_BY, STATE, SYNCABLE, 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. -
DEFAULT_MAJOR_VERSION_LIMIT
The column that represents the default limit for the major versions of files that were created within the container. -
DEFAULT_MINOR_VERSION_LIMIT
The column that represents the default limit for the minor versions of files that were created within the container. -
ALL
The value that represents all columns inRepositoryContainerQuery.
-
-
Constructor Details
-
RepositoryContainerQuery
public RepositoryContainerQuery()
-