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.
|
com.sas.lsaf.query.security.permissions |
The services and classes to query and extract permission information to a file for further processing.
|
Modifier and Type | Method and Description |
---|---|
Query |
Query.constrain(Constraint c)
Sets the constraint to use 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 order, according to the default sort order, which is descending and
case-sensitive.
|
Query |
Query.order(Order... orders)
Sets the order to use in the query output.
|
Query |
Query.select(Column... columns)
Sets the columns to include in the query output.
|
Query |
Query.select(List<Column> columns)
Sets the list of columns to include in the query output.
|
Modifier and Type | Class and Description |
---|---|
class |
AuditEntryDetailQuery
This class represents an API to generate criteria to query audit entry details.
|
class |
AuditEntryQuery
This class represents an API to generate criteria to query audit entries.
|
Modifier and Type | Class and Description |
---|---|
class |
RepositoryContainerQuery
This class provides an API to generate criteria when querying repository containers.
|
class |
RepositoryFileQuery
This class provides an API to generate criteria when querying repository files.
|
class |
RepositoryFileVersionQuery
This class provides an API to generate criteria when querying repository file versions.
|
class |
RepositoryItemQuery
This class provides an API to generate criteria when querying repository content.
|
Modifier and Type | Class and Description |
---|---|
class |
RecycleBinContainerQuery
The class that represents a query of individual containers that have been deleted and are located in the recycle bin.
|
class |
RecycleBinFileQuery
This class represents a query of individual files that have been deleted and are located in the recycle bin.
|
class |
RecycleBinFileVersionQuery
The class that represents a query of individual files that have been deleted and are located in the recycle bin.
|
class |
RecycleBinItemQuery
The class that represents individual items that have been deleted and are located in the recycle bin.
|
Modifier and Type | Class and Description |
---|---|
class |
ContextMembershipQuery
This class represents criteria to use to query membership information.
|
class |
DistinctContextMembershipQuery
This class represents the criteria to query membership information.
|
class |
MembershipQuery
This abstract class represents core columns to query membership information.
|
Modifier and Type | Class and Description |
---|---|
class |
PermissionsQuery
This class represents criteria to use to query permission information.
|
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>