public class RepositoryContainerQuery extends RepositoryItemQuery
RepositoryContainerQuery
class provides an API for generating 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 files in that container and below including all versions of the file if it is versioned.Modifier and Type | Field and Description |
---|---|
static List<Column> |
ALL
Represents all columns in
RepositoryContainerQuery . |
static Column |
DEFAULT_MAJOR_VERSION_LIMIT
The column that represents the default limit for major versions of files created within the container.
|
static Column |
DEFAULT_MINOR_VERSION_LIMIT
The column that represents the default limit for minor versions of files created within the container.
|
static Column |
SIZE
The column that represents the size (in bytes) of a container, including all versions of all files in the container and below.
|
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 and Description |
---|
RepositoryContainerQuery() |
constrain, getColumns, getConstraint, getOrder, includeColumnNames, isIncludeColumnNames, order, order, select, select, setColumns, setConstraint, setIncludeColumnNames, setOrder, toString
public static final Column SIZE
public static final Column DEFAULT_MAJOR_VERSION_LIMIT
public static final Column DEFAULT_MINOR_VERSION_LIMIT
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA