Uses of Interface
org.osid.cataloging.CatalogForm
Packages that use CatalogForm
Package
Description
The Open Service Interface Definitions for the org.osid.cataloging
service.
-
Uses of CatalogForm in org.osid.cataloging
Methods in org.osid.cataloging that return CatalogFormModifier and TypeMethodDescriptionCatalogAdminSession.getCatalogFormForCreate(Type[] catalogRecordTypes) Gets the catalog form for creating new catalogs.CatalogAdminSession.getCatalogFormForUpdate(Id catalogId) Gets the catalog form for updating an existing catalog.Methods in org.osid.cataloging with parameters of type CatalogFormModifier and TypeMethodDescriptionCatalogAdminSession.createCatalog(CatalogForm catalogForm) Creates a newCatalog.voidCatalogAdminSession.updateCatalog(CatalogForm catalogForm) Updates an existing catalog.