public interface ContextMembershipQueryService
Modifier and Type | Method and Description |
---|---|
String |
executeContextMembershipQuery(ContextMembershipQuery query,
ExtractFileCreateInfo file)
Extracts the assigned membership of a context with the option to include defined groups.
|
String |
executeDistinctContextMembershipQuery(DistinctContextMembershipQuery query,
ExtractFileCreateInfo file)
Extracts the distinct members of a context.
|
String executeContextMembershipQuery(ContextMembershipQuery query, ExtractFileCreateInfo file) throws QueryException
ContextMembershipQuery
. No constraints are required for the query. If none are
provided, it returns the membership information for the context. If the query results exceed the row limit (default is 10 million),
a QueryLimitException
is thrown.query
- The membership criteria with which to query, which includes contextPath that is required.file
- The method to add the query output file.QueryException
- Thrown when there is an issue generating the query.String executeDistinctContextMembershipQuery(DistinctContextMembershipQuery query, ExtractFileCreateInfo file) throws QueryException
ContextMembershipQuery
. No constraints are required for the query. If none are provided, it returns
the membership information for the context. If the query results exceed the row limit (default is 10 million), a
QueryLimitException
is thrown.query
- The membership criteria with which to query, which includes contextPath that is required.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>