Uses of Interface
org.osid.cataloging.CatalogList
Packages that use CatalogList
Package
Description
The Open Service Interface Definitions for the org.osid.cataloging
service.
The Open Service Interface Definitions for the org.osid.cataloging.rules
service.
-
Uses of CatalogList in org.osid.cataloging
Methods in org.osid.cataloging that return CatalogListModifier and TypeMethodDescriptionCatalogLookupSession.getCatalogs()Gets allCatalogs.CatalogSearchResults.getCatalogs()Gets the catalog list resulting from the search.CatalogLookupSession.getCatalogsByGenusType(Type catalogGenusType) Gets aCatalogListcorresponding to the given catalog genusTypewhich does not include catalogs of genus types derived from the specifiedType.In plenary mode, the returned list contains all known catalogs or an error results.CatalogSession.getCatalogsById(Id id) Gets theCatalogsmapped to anId.CatalogLookupSession.getCatalogsByIds(IdList catalogIds) Gets aCatalogListcorresponding to the given catalogIdList.CatalogLookupSession.getCatalogsByParentGenusType(Type catalogGenusType) Gets aCatalogListcorresponding to the given catalog genusTypeand include any additional catalogs with genus types derived from the specifiedType.In plenary mode, the returned list contains all known catalogs or an error results.CatalogLookupSession.getCatalogsByProvider(Id resourceId) Gets aCatalogListfrom the given provider.CatalogQuerySession.getCatalogsByQuery(CatalogQuery catalogQuery) Gets a list ofCatalogsmatching the given catalog query.CatalogLookupSession.getCatalogsByRecordType(Type catalogRecordType) Gets aCatalogListcontaining the given subject recordType.CatalogHierarchySession.getChildCatalogs(Id catalogId) Gets the child catalogs of the givenid.CatalogHierarchySession.getParentCatalogs(Id catalogId) Gets the parent catalogs of the givenid.CatalogHierarchySession.getRootCatalogs()Gets the root catalogs in the catalog hierarchy. -
Uses of CatalogList in org.osid.cataloging.rules
Methods in org.osid.cataloging.rules that return CatalogListModifier and TypeMethodDescriptionCatalogEnablerCatalogSession.getCatalogsByCatalogEnabler(Id catalogEnablerId) Gets theCatalogsmapped to aCatalogEnabler.CatalogEnablerRuleLookupSession.getCatalogsForCatalogEnabler(Id catalogEnablerId) Gets theCatalogsmapped to aCatalogEnabler.