Package | Description |
---|---|
com.sas.lsaf.query |
Contains common classes and interfaces to query information.
|
com.sas.lsaf.query.audit |
The services and classes to query and extract audit information to a file for further processing.
|
com.sas.lsaf.query.repository |
The services and classes to extract repository content information to a file for further processing.
|
com.sas.lsaf.query.repository.recyclebin |
The services and classes to extract recycle bin content information to a file for further processing.
|
com.sas.lsaf.query.security.membership |
The services and classes to extract membership information to a file for further processing.
|
Modifier and Type | Method and Description |
---|---|
Query |
Query.constrain(Constraint c)
Sets the constraint to be used when executing the query.
|
Query |
Query.includeColumnNames(boolean includeColumnNames)
Sets whether to include column names in the query output.
|
Query |
Query.order(Column... columns)
Sets the order for the specified columns to be ordered according to the default sort order which is descending
and case-sensitive.
|
Query |
Query.order(Order... orders)
Sets the order(s) to be used in the query output.
|
Query |
Query.select(Column... columns)
Sets the column(s) to be included in the query output.
|
Query |
Query.select(List<Column> columns)
Sets the list of columns to be included in the query output.
|
Modifier and Type | Class and Description |
---|---|
class |
AuditEntryDetailQuery
The
AuditEntryDetailQuery class provides an API for generating criteria when querying audit entry
details. |
class |
AuditEntryQuery
The
AuditEntryQuery class provides an API for generating criteria when querying audit entries. |
Modifier and Type | Class and Description |
---|---|
class |
RepositoryContainerQuery
The
RepositoryContainerQuery class provides an API for generating criteria when querying repository
containers. |
class |
RepositoryFileQuery
The
RepositoryFileQuery class provides an API for generating criteria when querying repository files. |
class |
RepositoryFileVersionQuery
The
RepositoryFileVersionQuery class provides an API for generating criteria when querying repository
file versions. |
class |
RepositoryItemQuery
The
RepositoryItemQuery class provides an API for generating criteria when querying repository content. |
Modifier and Type | Class and Description |
---|---|
class |
RecycleBinContainerQuery
Queries individual containers that have been deleted and reside in a recycle bin.
|
class |
RecycleBinFileQuery
Queries individual files that have been deleted and reside in a recycle bin.
|
class |
RecycleBinFileVersionQuery
Queries individual files that have been deleted and reside in a recycle bin.
|
class |
RecycleBinItemQuery
Queries individual items that have been deleted and reside in a recycle bin.
|
Modifier and Type | Class and Description |
---|---|
class |
ContextMembershipQuery
The
ContextMembershipQuery class provides criteria when querying membership information. |
class |
DistinctContextMembershipQuery
The
DistinctContextMembershipQuery class provides criteria when querying membership information. |
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA