OSID Logo
OSID Specifications
relationship rules package
Version 3.1.0
Interfaceosid.relationship.rules.RelationshipEnablerForm
Implementsosid.OsidEnablerForm
Used Byosid.relationship.rules.RelationshipEnablerAdminSession
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.TyperelationshipEnablerRecordType a relationship enabler record type
Returnosid.relationship.rules.records.RelationshipEnablerFormRecord the relationship enabler form record
ErrorsNULL_ARGUMENT relationshipEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(relationshipEnablerRecordType) is false
Compliancemandatory This method must be implemented.