OSID Logo
OSID Specifications
offering package
Version 3.0.0
Release Candidate Preview
Interfaceosid.offering.CatalogueForm
Implementsosid.OsidCatalogForm
Description

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

MethodgetCatalogueFormRecord
Description

Gets the CatalogueFormRecord interface corresponding to the given catalogue record Type.

Parametersosid.type.TypecatalogueRecordTypethe catalogue record type
Returnosid.offering.records.CatalogueFormRecordthe record
ErrorsNULL_ARGUMENT catalogueRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(catalogueRecordType) is false
CompliancemandatoryThis method must be implemented.