OSID Logo
OSID Specifications
relationship rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.relationship.rules.RelationshipEnablerForm
Implementsosid.OsidEnablerForm
Description

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

MethodgetRelationshipEnablerFormRecord
Description

Gets the RelationshipEnablerFormRecord corresponding to the given relationship enabler record Type.

Parametersosid.type.TyperelationshipEnablerRecordTypea relationship enabler record type
Returnosid.relationship.rules.records.RelationshipEnablerFormRecordthe relationship enabler form record
ErrorsNULL_ARGUMENT relationshipEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(relationshipEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.