Interface | osid.profile.ProfileEntryCondition | ||
---|---|---|---|
Implements | osid.OsidCondition | ||
Description |
A profile entry condition interface. | ||
Method | getProfileEntryConditionRecord | ||
Description |
Gets the record corresponding to the given | ||
Parameters | osid.type.Type | profileEntryConditionRecordType | a profile entry condition record type |
Return | osid.profile.records.ProfileEntryConditionRecord | the profile entry condition record | |
Errors | NULL_ARGUMENT | profileEntryConditionRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(profileEntryConditionRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |