OSID Logo
OSID Specifications
profile package
Version 3.1.0
Interfaceosid.profile.ProfileEntryCondition
Implementsosid.OsidCondition
Used Byosid.profile.ProfilingSession
Description

A profile entry condition interface.

MethodgetProfileEntryConditionRecord
Description

Gets the record corresponding to the given ProfileEntryCondition record Type. This method is used to retrieve an object implementing the requested record. The profileEntryConditionRecordType may be the Type returned in getConditionRecordTypes() or any of its parents in a Type hierarchy where hasConditionRecordType(progfileEntryConditionRecordType) is true.

Parametersosid.type.TypeprofileEntryConditionRecordType a profile entry condition record type
Returnosid.profile.records.ProfileEntryConditionRecord the profile entry condition record
ErrorsNULL_ARGUMENT profileEntryConditionRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(profileEntryConditionRecordType) is false
Compliancemandatory This method must be implemented.