org.jasig.portal.services.entityproperties
Interface IEntityPropertyFinder
- All Known Subinterfaces:
- IEntityPropertyStore
- All Known Implementing Classes:
- ChannelRegistryPropertyFinder, ContainingGroupsFinder, PersonDirPropertyFinder, RDBMPropertyStore
public interface IEntityPropertyFinder
An interface describing entity property finders that can be
added to the EntityPropertyRegistry
- Version:
- $Revision: 19776 $
- Author:
- Alex Vigdor av317@columbia.edu
getPropertyNames
String[] getPropertyNames(EntityIdentifier entityID)
getProperty
String getProperty(EntityIdentifier entityID,
String name)
Copyright © 2010 Jasig. All Rights Reserved.