OSID Logo
OSID Specifications
personnel package
Version 3.0.0
Interfaceosid.personnel.Realm
Implementsosid.OsidCatalog
Used Byosid.personnel.AppointmentAdminSession
osid.personnel.AppointmentLookupSession
osid.personnel.AppointmentNotificationSession
osid.personnel.AppointmentQuerySession
osid.personnel.AppointmentSmartRealmSession
osid.personnel.OrganizationAdminSession
osid.personnel.OrganizationLookupSession
osid.personnel.OrganizationNotificationSession
osid.personnel.OrganizationQuerySession
osid.personnel.OrganizationSmartRealmSession
show 14 more…
osid.personnel.PersonAdminSession
osid.personnel.PersonLookupSession
osid.personnel.PersonNotificationSession
osid.personnel.PersonQuerySession
osid.personnel.PersonSmartRealmSession
osid.personnel.PositionAdminSession
osid.personnel.PositionLookupSession
osid.personnel.PositionNotificationSession
osid.personnel.PositionQuerySession
osid.personnel.PositionSmartRealmSession
osid.personnel.RealmAdminSession
osid.personnel.RealmList
osid.personnel.RealmLookupSession
osid.personnel.RealmNode
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_ARGUMENTrealmRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(realmRecordType) is false
CompliancemandatoryThis method must be implemented.