Uses of Class
org.sakaiproject.entitybroker.entityprovider.extension.BrowseEntity
-
Packages that use BrowseEntity Package Description 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 Modifier and Type Method Description 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 areBrowseable, this provides the root entities when there is no parent prefix providedList<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 Modifier and Type Method Description intBrowseEntity.PrefixComparator. compare(BrowseEntity o1, BrowseEntity o2)intBrowseEntity.TitleComparator. compare(BrowseEntity o1, BrowseEntity o2)
-