OSID Logo
OSID Specifications
repository package
Version 3.0.0
Release Candidate Preview
Interfaceosid.repository.CompositionForm
Implementsosid.OsidObjectForm
osid.OsidContainableForm
osid.OsidOperableForm
osid.OsidSourceableForm
Description

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

MethodgetCompositionFormRecord
Description

Gets the CompositionFormRecord corresponding to the given repository record Type.

Parametersosid.type.TypecompositionRecordTypea composition record type
Returnosid.repository.records.CompositionFormRecordthe composition form record
ErrorsNULL_ARGUMENT compositionRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(compositionRecordType) is false
CompliancemandatoryThis method must be implemented.