Package | Description |
---|---|
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 |
---|---|
String |
AuditQueryService.executeAuditEntryDetailQuery(AuditEntryDetailQuery query,
ExtractFileCreateInfo file)
Extracts audit entries with details to a file based on the specified query.
|
String |
AuditQueryService.executeAuditEntryQuery(AuditEntryQuery query,
ExtractFileCreateInfo file)
Extracts audit entries to a file based on the specified query.
|
Modifier and Type | Method and Description |
---|---|
String |
RepositoryQueryService.executeRepositoryContainerQuery(RepositoryContainerQuery query,
ExtractFileCreateInfo file)
Extracts repository container information to a file based on the specified query.
|
String |
RepositoryQueryService.executeRepositoryFileQuery(RepositoryFileQuery query,
ExtractFileCreateInfo file)
Extracts repository file information for the latest version of a file based on the specified query.
|
String |
RepositoryQueryService.executeRepositoryFileVersionQuery(RepositoryFileVersionQuery query,
ExtractFileCreateInfo file)
Extracts repository file information for each version of a file based on the specified query.
|
String |
RepositoryQueryService.executeRepositoryItemQuery(RepositoryItemQuery query,
ExtractFileCreateInfo file)
Extracts repository item (file and container) information to a file based on the specified query.
|
Modifier and Type | Method and Description |
---|---|
String |
RecycleBinQueryService.executeRecycleBinContainerQuery(RecycleBinContainerQuery query,
ExtractFileCreateInfo file)
Extracts individual containers that have been deleted and are located in the recycle bin based on the specified
query.
|
String |
RecycleBinQueryService.executeRecycleBinFileQuery(RecycleBinFileQuery query,
ExtractFileCreateInfo file)
Extracts individual files that have been deleted and are located in the recycle bin based on the specified query.
|
String |
RecycleBinQueryService.executeRecycleBinFileVersionQuery(RecycleBinFileVersionQuery query,
ExtractFileCreateInfo file)
Extracts individual files that have been deleted and are located in the recycle bin based on the specified query.
|
String |
RecycleBinQueryService.executeRecycleBinItemQuery(RecycleBinItemQuery query,
ExtractFileCreateInfo file)
Extracts individual items that have been deleted and are located in the recycle bin based on the specified query.
|
Modifier and Type | Method and Description |
---|---|
String |
ContextMembershipQueryService.executeContextMembershipQuery(ContextMembershipQuery query,
ExtractFileCreateInfo file)
Extracts the assigned membership of a context with the option to include defined groups.
|
String |
ContextMembershipQueryService.executeDistinctContextMembershipQuery(DistinctContextMembershipQuery query,
ExtractFileCreateInfo file)
Extracts the distinct members of a context.
|
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>