public interface PermissionsQueryService
NOTE: If the .csv file is opened in a spreadsheet application, some permission values (example: -RPCD) may be interpreted as a formula and display a conversion error. To see the correct permission value, open in a text editor or bypass formula conversion in the spreadsheet application.
Modifier and Type | Method and Description |
---|---|
String |
executeCurrentPermissionsQuery(PermissionsQuery query,
ExtractFileCreateInfo file)
Extracts the current effective permissions for items in the repository.
|
String |
executeDefaultPermissionsQuery(PermissionsQuery query,
ExtractFileCreateInfo file)
Extracts the default effective permissions for containers in the repository.
|
String executeCurrentPermissionsQuery(PermissionsQuery query, ExtractFileCreateInfo file) throws QueryException
QueryLimitException
is thrown.query
- The criteria with which to query permissions.file
- The method to add the query output file.QueryException
- Thrown when there is an issue generating the query.String executeDefaultPermissionsQuery(PermissionsQuery query, ExtractFileCreateInfo file) throws QueryException
QueryLimitException
is thrown.query
- The criteria with which to query permissions.file
- The method to add the query output file.QueryException
- Thrown when there is an issue generating the query.<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>