|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryFilter | |
---|---|
edu.internet2.middleware.grouper.filter | This package contains classes which help query for Groups, Stems, etc |
Uses of QueryFilter in edu.internet2.middleware.grouper.filter |
---|
Classes in edu.internet2.middleware.grouper.filter that implement QueryFilter | |
---|---|
class |
BaseQueryFilter<ValueType>
Base QueryFilter that all other query filters should extend. |
class |
ChildGroupFilter
Query filter that retrieves child groups. |
class |
ChildStemFilter
Query filter that retrieves child stems. |
class |
ComplementFilter
Returns the compliment of two other query filters. |
class |
GroupAlternateNameExactFilter
Query by exact group alternate name. |
class |
GroupAlternateNameFilter
Query by approximate group alternate name. |
class |
GroupAnyAttributeFilter
Query by all group attributes. |
class |
GroupAttributeExactFilter
Query by group attribute exactly, not with like or lower. |
class |
GroupAttributeFilter
Query by group attribute. |
class |
GroupCreatedAfterFilter
Query by groups created after the specified date. |
class |
GroupCreatedBeforeFilter
Query by groups created before the specified date. |
class |
GroupCurrentNameExactFilter
Query by exact group name (current group name only). |
class |
GroupCurrentNameFilter
Query by approximate group name (current group name, display name, extension, display extension only). |
class |
GroupMemberFilter
Query for groups with a member. |
class |
GroupMembershipModifiedAfterFilter
Query by groups that had a membership change after the specified date. |
class |
GroupMembershipModifiedBeforeFilter
Query by groups that had a membership change before the specified date. |
class |
GroupModifiedAfterFilter
Query by groups modified after the specified date. |
class |
GroupModifiedBeforeFilter
Query by groups modified before the specified date. |
class |
GroupNameExactFilter
Query by exact group name or alternate name. |
class |
GroupNameFilter
Query by group name. |
class |
GroupsInStemFilter
Query by stem name exact, and get all children, or just immediate |
class |
GroupTypeFilter
Query by GroupType . |
class |
GroupUuidFilter
Query by group uuid. |
class |
IntersectionFilter
Returns the intersection of two other query filters. |
class |
MembershipCreatedAfterFilter
Query by memberships created after the specified date. |
class |
MembershipCreatedBeforeFilter
Query by memberships created before the specified date. |
class |
NullFilter
Null QueryFilter that will never return any results. |
class |
StemAnyAttributeFilter
Query by all stem attributes. |
class |
StemAttributeFilter
Query by stem attribute (granted they arent real attributes as in another table, but the 4 name columns). |
class |
StemCreatedAfterFilter
Query by stems created after the specified date. |
class |
StemCreatedBeforeFilter
Query by stems created after the specified date. |
class |
StemDisplayExtensionFilter
Query by stem attribute. |
class |
StemDisplayNameFilter
Query by stem attribute. |
class |
StemExtensionFilter
Query by stem attribute. |
class |
StemNameAnyFilter
Query by stem name. |
class |
StemNameExactFilter
Query by exact stem name. |
class |
StemNameFilter
Query by stem attribute. |
class |
StemsInStemFilter
Query by stem name exact, and get all stem children, or just immediate |
class |
StemUuidFilter
Query by stem uuid. |
class |
UnionFilter
Returns the union of two other query filters. |
Methods in edu.internet2.middleware.grouper.filter with parameters of type QueryFilter | |
---|---|
static GrouperQuery |
GrouperQuery.createQuery(GrouperSession s,
QueryFilter filter)
Create a query for searching the Groups Registry. |
Constructors in edu.internet2.middleware.grouper.filter with parameters of type QueryFilter | |
---|---|
ComplementFilter(QueryFilter a,
QueryFilter b)
QueryFilter that returns the compliment of two other query
filters. |
|
ComplementFilter(QueryFilter a,
QueryFilter b)
QueryFilter that returns the compliment of two other query
filters. |
|
IntersectionFilter(QueryFilter a,
QueryFilter b)
QueryFilter that returns the intersection of two other
query filters. |
|
IntersectionFilter(QueryFilter a,
QueryFilter b)
QueryFilter that returns the intersection of two other
query filters. |
|
UnionFilter(QueryFilter a,
QueryFilter b)
QueryFilter that returns the union of two other query
filters. |
|
UnionFilter(QueryFilter a,
QueryFilter b)
QueryFilter that returns the union of two other query
filters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |