OSID Logo
OSID Specifications
cataloging package
Version 3.0.0
Release Candidate Preview
Interfaceosid.cataloging.CatalogForm
Implementsosid.OsidCatalogForm
Description

This is the form for creating and updating Catalogs. Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the CatalogAdminSession. For each data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetCatalogFormRecord
Description

Gets the CatalogFormRecord corresponding to the given catalog record Type.

Parametersosid.type.TypecatalogRecordTypea catalog record type
Returnosid.cataloging.records.CatalogFormRecordthe catalog form record
ErrorsNULL_ARGUMENT catalogRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(catalogRecordType) is false
CompliancemandatoryThis method must be implemented.