public abstract class MembershipQuery extends Query
Modifier and Type | Field and Description |
---|---|
static List<Column> |
ALL |
static Column |
CONTEXT_QUERIED
The column that represents the path of the context that was queried for membership information.
|
static Column |
EXPLICIT
The column that represents whether the member is explicit.
|
static Column |
PRINCIPAL_NAME
The column that represents the name of the member.
|
static Column |
PRINCIPAL_TYPE
The column that represents the type of member.
|
Constructor and Description |
---|
MembershipQuery(String contextPath)
The constructor with all of the required fields.
|
Modifier and Type | Method and Description |
---|---|
String |
getContextPath()
Gets the path of the context in which to query membership information.
|
constrain, getColumns, getConstraint, getOrder, includeColumnNames, isIncludeColumnNames, order, order, select, select, setColumns, setConstraint, setIncludeColumnNames, setOrder, toString
public static final Column CONTEXT_QUERIED
public static final Column PRINCIPAL_NAME
public static final Column PRINCIPAL_TYPE
public static final Column EXPLICIT
public MembershipQuery(String contextPath)
contextPath
- The path of the context in which to query membership information.public String getContextPath()
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>