|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.internet2.middleware.grouperClient.ws.beans.WsQueryFilter
public class WsQueryFilter
this represents a query which can be and'ed or or'ed
| Constructor Summary | |
|---|---|
WsQueryFilter()
|
|
| Method Summary | |
|---|---|
String |
getGroupAttributeName()
if querying, this is the attribute name, or null or search all attributes |
String |
getGroupAttributeValue()
groupAttributeValue if searching by query, this is a term that will be matched to |
String |
getGroupName()
groupName search by group name (must match exactly), cannot use other params with this |
String |
getGroupTypeName()
if searching by type, this is the type to search for. |
String |
getGroupUuid()
groupUuid search by group uuid (must match exactly), cannot use other |
WsQueryFilter |
getQueryFilter0()
if 'and' or 'or' this is the first group, and if complement, this is the group to complement |
WsQueryFilter |
getQueryFilter1()
if 'and' or 'or', this is the second group |
String |
getQueryFilterType()
findGroupType is the WsQueryFilterType enum for which type of find is happening: e.g. |
String |
getQueryTerm()
queryTerm if searching by query, this is a term that will be matched to name, extension, etc |
String |
getStemName()
stemName will return groups only in this stem |
String |
getStemNameScope()
stemNameScope if searching by stem, ONE_LEVEL is for one level, ALL_IN_SUBTREE will return all in sub tree. |
void |
setGroupAttributeName(String attributeName1)
if querying, this is the attribute name, or null or search all attributes |
void |
setGroupAttributeValue(String groupAttributeValue1)
groupAttributeValue if searching by query, this is a term that will be matched to |
void |
setGroupName(String groupName1)
groupName search by group name (must match exactly), cannot use other params with this |
void |
setGroupTypeName(String theType1)
if searching by type, this is the type to search for. |
void |
setGroupUuid(String groupUuid1)
groupUuid search by group uuid (must match exactly), cannot use other |
void |
setQueryFilter0(WsQueryFilter theQueryFilter0)
if 'and' or 'or' this is the first group, and if complement, this is the group to complement |
void |
setQueryFilter1(WsQueryFilter theQueryFilter1)
if 'and' or 'or', this is the second group |
void |
setQueryFilterType(String findGroupType1)
findGroupType is the WsQueryFilterType enum for which type of find is happening: e.g. |
void |
setQueryTerm(String queryTerm1)
queryTerm if searching by query, this is a term that will be matched to name, extension, etc |
void |
setStemName(String stemName1)
stemName will return groups only in this stem |
void |
setStemNameScope(String stemNameScope1)
stemNameScope if searching by stem, ONE_LEVEL is for one level, ALL_IN_SUBTREE will return all in sub tree. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WsQueryFilter()
| Method Detail |
|---|
public String getQueryFilterType()
public void setQueryFilterType(String findGroupType1)
findGroupType1 - the findGroupType to setpublic String getGroupName()
public void setGroupName(String groupName1)
groupName1 - the groupName to setpublic String getStemName()
public void setStemName(String stemName1)
stemName1 - the stemName to setpublic String getStemNameScope()
public void setStemNameScope(String stemNameScope1)
stemNameScope1 - the stemNameScope to setpublic String getGroupUuid()
public void setGroupUuid(String groupUuid1)
groupUuid1 - the groupUuid to setpublic String getQueryTerm()
public void setQueryTerm(String queryTerm1)
queryTerm1 - the queryTerm to setpublic String getGroupAttributeName()
public void setGroupAttributeName(String attributeName1)
attributeName1 - the attributeName to setpublic String getGroupTypeName()
public void setGroupTypeName(String theType1)
theType1 - the theType to setpublic WsQueryFilter getQueryFilter0()
public void setQueryFilter0(WsQueryFilter theQueryFilter0)
theQueryFilter0 - the queryFilter0 to setpublic WsQueryFilter getQueryFilter1()
public void setQueryFilter1(WsQueryFilter theQueryFilter1)
theQueryFilter1 - the queryFilter1 to setpublic String getGroupAttributeValue()
public void setGroupAttributeValue(String groupAttributeValue1)
groupAttributeValue1 - the groupAttributeValue to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||