Package edu.internet2.middleware.grouper.filter
package edu.internet2.middleware.grouper.filter
This package contains classes which help query for Groups, Stems, etc
-
ClassDescriptionBaseQueryFilter<ValueType>Base
QueryFilter
that all other query filters should extend.Query filter that retrieves child groups.Query filter that retrieves child stems.Returns the compliment of two other query filters.Query by exact group alternate name.Query by approximate group alternate name.Query by all group attributes.Query by group attribute exactly, not with like or lower.Query by group attribute.Query by groups created after the specified date.Query by groups created before the specified date.Query by exact group name (current group name only).Query by approximate group name (current group name, display name, extension, display extension only).Perform arbitrary queries against the Groups Registry.Query for groups with a member.Query by groups that had a membership change after the specified date.Query by groups that had a membership change before the specified date.Query by groups modified after the specified date.Query by groups modified before the specified date.Query by exact group name or alternate name.Query by group name.Query by stem name exact, and get all children, or just immediateQuery byGroupType
.Query by group uuid.Returns the intersection of two other query filters.Query by memberships created after the specified date.Query by memberships created before the specified date.NullQueryFilter
that will never return any results.QueryFilter<ValueType>Interface for querying the Groups Registry.Query by all stem attributes.Query by stem attribute (granted they arent real attributes as in another table, but the 4 name columns).Query by stems created after the specified date.Query by stems created after the specified date.Query by stem attribute.Query by stem attribute.Query by stem attribute.Query by stem name.Query by exact stem name.Query by stem attribute.Query by stem name exact, and get all stem children, or just immediateQuery by stem uuid.Returns the union of two other query filters.