Uses of Class
org.sakaiproject.entitybroker.entityprovider.extension.BrowseEntity

Packages that use BrowseEntity
org.sakaiproject.entitybroker   
org.sakaiproject.entitybroker.entityprovider.extension   
 

Uses of BrowseEntity in org.sakaiproject.entitybroker
 

Methods in org.sakaiproject.entitybroker that return types with arguments of type BrowseEntity
 List<BrowseEntity> EntityBroker.getBrowseableEntities(String parentPrefix)
          For authors of entity browsing systems, this provides a list of all the meta data related to the entities in the system which are Browseable, this provides the root entities when there is no parent prefix provided
 List<BrowseEntity> EntityBrokerManager.getBrowseableEntities(String parentPrefix)
          Get the meta data about browseable entities
 

Uses of BrowseEntity in org.sakaiproject.entitybroker.entityprovider.extension
 

Methods in org.sakaiproject.entitybroker.entityprovider.extension with parameters of type BrowseEntity
 int BrowseEntity.PrefixComparator.compare(BrowseEntity o1, BrowseEntity o2)
           
 int BrowseEntity.TitleComparator.compare(BrowseEntity o1, BrowseEntity o2)
           
 



Copyright © 2007-2013 Sakai Project. All Rights Reserved.