OSID Logo
OSID Specifications
relationship package
Version 3.1.0
Interfaceosid.relationship.RelationshipForm
Implementsosid.OsidRelationshipForm
Implemented Byosid.relationship.batch.RelationshipBatchForm
Used Byosid.relationship.RelationshipAdminSession
Description

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

MethodgetRelationshipFormRecord
Description

Gets the RelationshipFormRecord corresponding to the given relationship record Type.

Parametersosid.type.TyperelationshipRecordType a relationship record type
Returnosid.relationship.records.RelationshipFormRecord the relationship form record
ErrorsNULL_ARGUMENT relationshipRecordType is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED hasRecordType(relationshipRecordType) is false
Compliancemandatory This method must be implemented.