Uses of Class
edu.internet2.middleware.grouper.filter.BaseQueryFilter
Packages that use BaseQueryFilter
Package
Description
This package contains classes which help query for Groups, Stems, etc
-
Uses of BaseQueryFilter in edu.internet2.middleware.grouper.filter
Subclasses of BaseQueryFilter in edu.internet2.middleware.grouper.filterModifier and TypeClassDescriptionclass
Query filter that retrieves child groups.class
Query filter that retrieves child stems.class
Returns the compliment of two other query filters.class
Query by exact group alternate name.class
Query by approximate group alternate name.class
Query by all group attributes.class
Query by group attribute exactly, not with like or lower.class
Query by group attribute.class
Query by groups created after the specified date.class
Query by groups created before the specified date.class
Query by exact group name (current group name only).class
Query by approximate group name (current group name, display name, extension, display extension only).class
Query for groups with a member.class
Query by groups that had a membership change after the specified date.class
Query by groups that had a membership change before the specified date.class
Query by groups modified after the specified date.class
Query by groups modified before the specified date.class
Query by exact group name or alternate name.class
Query by group name.class
Query by stem name exact, and get all children, or just immediateclass
Query byGroupType
.class
Query by group uuid.class
Returns the intersection of two other query filters.class
Query by memberships created after the specified date.class
Query by memberships created before the specified date.class
NullQueryFilter
that will never return any results.class
Query by all stem attributes.class
Query by stem attribute (granted they arent real attributes as in another table, but the 4 name columns).class
Query by stems created after the specified date.class
Query by stems created after the specified date.class
Query by stem attribute.class
Query by stem attribute.class
Query by stem attribute.class
Query by stem name.class
Query by exact stem name.class
Query by stem attribute.class
Query by stem name exact, and get all stem children, or just immediateclass
Query by stem uuid.class
Returns the union of two other query filters.