public class DistinctContextMembershipQuery extends MembershipQuery
Modifier and Type | Field and Description |
---|---|
static List<Column> |
ALL |
static Column |
IMPLICIT
The column that represents whether the member is implicit.
|
CONTEXT_QUERIED, EXPLICIT, PRINCIPAL_NAME, PRINCIPAL_TYPE
Constructor and Description |
---|
DistinctContextMembershipQuery(String contextPath)
The constructor with all of the required fields.
|
DistinctContextMembershipQuery(String contextPath,
ContextMembershipQuery.MembershipScope membershipScope)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ContextMembershipQuery.MembershipScope |
getMembershipScope()
Gets whether to include in the output the assigned members, defined groups.
|
void |
setMembershipScope(ContextMembershipQuery.MembershipScope membershipScope)
Sets whether to include assigned members, defined groups or all members at the specified context in the
membership query output.
|
getContextPath
constrain, getColumns, getConstraint, getOrder, includeColumnNames, isIncludeColumnNames, order, order, select, select, setColumns, setConstraint, setIncludeColumnNames, setOrder, toString
public static final Column IMPLICIT
public DistinctContextMembershipQuery(String contextPath)
contextPath
- The path of the context in which to query membership information.public DistinctContextMembershipQuery(String contextPath, ContextMembershipQuery.MembershipScope membershipScope)
contextPath
- The path of the context in which to query membership information.membershipScope
- Indicates whether to include in the output the assigned members, defined groups, or all
members at the specified context.public ContextMembershipQuery.MembershipScope getMembershipScope()
public void setMembershipScope(ContextMembershipQuery.MembershipScope membershipScope)
membershipScope
- Indicates whether to include assigned members, defined groups or all members at the
specified context in the membership query output.<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>