OSID Logo
OSID Specifications
ontology package
Version 3.0.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.TyperelevancyRecordTypethe relevancy record type
Returnosid.ontology.records.RelevancyFormRecordthe relevancy form record
ErrorsNULL_ARGUMENTrelevancyRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(relevancyRecordType) is false
CompliancemandatoryThis method must be implemented.