edu.internet2.middleware.grouper.filter
Class GroupUuidFilter

java.lang.Object
  extended by edu.internet2.middleware.grouper.filter.BaseQueryFilter
      extended by edu.internet2.middleware.grouper.filter.GroupUuidFilter
All Implemented Interfaces:
QueryFilter

public class GroupUuidFilter
extends BaseQueryFilter

Query by group uuid.

Version:
$Id: GroupUuidFilter.java,v 1.2 2009-03-15 06:37:22 mchyzer Exp $
Author:
mchyzer.

Constructor Summary
GroupUuidFilter(String theUuid)
          QueryFilter that returns group matching the specified uuid.
 
Method Summary
 Set<Group> getResults(GrouperSession s)
          get the results
 
Methods inherited from class edu.internet2.middleware.grouper.filter.BaseQueryFilter
filterByScope
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupUuidFilter

public GroupUuidFilter(String theUuid)
QueryFilter that returns group matching the specified uuid.

Parameters:
theUuid - Find groups matching this uuid.
Method Detail

getResults

public Set<Group> getResults(GrouperSession s)
                      throws QueryException
get the results

Specified by:
getResults in interface QueryFilter
Overrides:
getResults in class BaseQueryFilter
Parameters:
s - is the grouper session
Returns:
the set of groups (which is just going to be one or not groups)
Throws:
QueryException