OSID Logo
OSID Specifications
ontology rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.ontology.rules.RelevancyEnablerForm
Implementsosid.OsidEnablerForm
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_ARGUMENT relevancyEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(relevancyEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.