OSID Logo
OSID Specifications
repository package
Version 3.1.0
Interfaceosid.repository.RepositoryForm
Implementsosid.OsidCatalogForm
Implemented Byosid.repository.batch.RepositoryBatchForm
Used Byosid.repository.RepositoryAdminSession
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.TyperepositoryRecordType a repository record type
Returnosid.repository.records.RepositoryFormRecord the repository form record
ErrorsNULL_ARGUMENT repositoryRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(repositoryRecordType) is false
Compliancemandatory This method must be implemented.