OSID Logo
OSID Specifications
relationship rules package
Version 3.1.0
Interfaceosid.relationship.rules.RelationshipEnabler
Implementsosid.OsidEnabler
Used Byosid.relationship.rules.RelationshipEnablerAdminSession
osid.relationship.rules.RelationshipEnablerList
osid.relationship.rules.RelationshipEnablerLookupSession
Description

A RelationshipEnabler describes the rules for making Relationships effective.

MethodgetRelationshipEnablerRecord
Description

Gets the relationship enabler record corresponding to the given RelationshipEnabler record Type. This method is used to retrieve an object implementing the requested record. The relationshipEnablerRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(relationshipEnablerRecordType) is true.

Parametersosid.type.TyperelationshipEnablerRecordType the type of relationship enabler record to retrieve
Returnosid.relationship.rules.records.RelationshipEnablerRecord the relationship enabler record
ErrorsNULL_ARGUMENT relationshipEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(relationshipEnablerRecordType) is false
Compliancemandatory This method must be implemented.