edu.internet2.middleware.grouper.filter
Class StemUuidFilter

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

public class StemUuidFilter
extends BaseQueryFilter

Query by stem uuid.

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

Constructor Summary
StemUuidFilter(String theUuid)
          QueryFilter that returns stem matching the specified uuid.
 
Method Summary
 Set<Stem> 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

StemUuidFilter

public StemUuidFilter(String theUuid)
QueryFilter that returns stem matching the specified uuid.

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

getResults

public Set<Stem> 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