OSID Logo
OSID Specifications
ontology rules package
Version 3.0.0
Interfaceosid.ontology.rules.RelevancyEnablerForm
Implementsosid.OsidRecord
Used Byosid.ontology.rules.RelevancyEnablerAdminSession
Description

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

MethodgetRelevancyEnablerFormRecord
Description

Gets the RelevancyEnablerFormRecord corresponding to the given relevancy enabler record Type .

Parametersosid.type.TyperelevancyEnablerRecordTypea relevancy enabler record type
Returnosid.ontology.rules.records.RelevancyEnablerFormRecordthe relevancy enabler form record
ErrorsNULL_ARGUMENTrelevancyEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(relevancyEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.