OSID Logo
OSID Specifications
ontology rules package
Version 3.1.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.TyperelevancyEnablerRecordType a relevancy enabler record type
Returnosid.ontology.rules.records.RelevancyEnablerFormRecord the relevancy enabler form record
ErrorsNULL_ARGUMENT relevancyEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(relevancyEnablerRecordType) is false
Compliancemandatory This method must be implemented.