OSID Logo
OSID Specifications
personnel package
Version 3.0.0
Release Candidate Preview
Interfaceosid.personnel.Realm
Implementsosid.OsidCatalog
Description

A Realm represents a collection of persons. Like all OSID objects, a Realm is identified by its Id and any persisted references should use the Id.

MethodgetRealmRecord
Description

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

Parametersosid.type.TyperealmRecordTypethe type of realm record to retrieve
Returnosid.personnel.records.RealmRecordthe realm record
ErrorsNULL_ARGUMENT realmRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(realmRecordType) is false
CompliancemandatoryThis method must be implemented.