OSID Logo
OSID Specifications
ontology package
Version 3.1.0
Interfaceosid.ontology.RelevancyForm
Implementsosid.OsidRelationshipForm
Implemented Byosid.ontology.batch.RelevancyBatchForm
Used Byosid.ontology.RelevancyAdminSession
Description

This is the form for creating and updating Relevancy objects.

MethodgetRelevancyFormRecord
Description

Gets the RelevancyFormRecord corresponding to the given relevancy record Type.

Parametersosid.type.TyperelevancyRecordType the relevancy record type
Returnosid.ontology.records.RelevancyFormRecord the relevancy form record
ErrorsNULL_ARGUMENT relevancyRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(relevancyRecordType) is false
Compliancemandatory This method must be implemented.