org.jasig.portal.groups
Interface IEntitySearcher
- All Known Implementing Classes:
- EntitySearcherImpl, FileSystemGroupStore, LDAPGroupStore, PersonAttributesGroupStore
public interface IEntitySearcher
Defines an api for searching for entities
- Version:
- $Revision: 1.2 $
- Author:
- Alex Vigdor
Method Summary |
EntityIdentifier[] |
searchForEntities(java.lang.String query,
int method,
java.lang.Class type)
Find EntityIdentifiers for entities whose name matches the query string
according to the specified method and is of the specified type |
searchForEntities
EntityIdentifier[] searchForEntities(java.lang.String query,
int method,
java.lang.Class type)
throws GroupsException
- Find EntityIdentifiers for entities whose name matches the query string
according to the specified method and is of the specified type
- Throws:
GroupsException