OSID Logo
OSID Specifications
profile package
Version 3.0.0
Release Candidate Preview
Interfaceosid.profile.Profile
Implementsosid.OsidCatalog
Description

A profile defines a collection of profile entries and items.

MethodgetProfileRecord
Description

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

Parametersosid.type.TypeprofileRecordTypea profile record type
Returnosid.profile.records.ProfileRecordthe profile record
ErrorsNULL_ARGUMENT profileRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(profileRecordType) is false
CompliancemandatoryThis method must be implemented.