OSID Logo
OSID Specifications
repository package
Version 3.0.0
Release Candidate Preview
Interfaceosid.repository.RepositoryForm
Implementsosid.OsidCatalogForm
Description

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

MethodgetRepositoryFormRecord
Description

Gets the RepositoryFormRecord corresponding to the given repository record Type.

Parametersosid.type.TyperepositoryRecordTypea repository record type
Returnosid.repository.records.RepositoryFormRecordthe repository form record
ErrorsNULL_ARGUMENT repositoryRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(repositoryRecordType) is false
CompliancemandatoryThis method must be implemented.