Interface ProfileEntryCondition

All Superinterfaces:
Extensible, OsidCondition, Suppliable

public interface ProfileEntryCondition extends OsidCondition

A profile entry condition interface.

  • Method Details

    • getProfileEntryConditionRecord

      ProfileEntryConditionRecord getProfileEntryConditionRecord(Type profileEntryConditionRecordType) throws OperationFailedException
      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.
      Parameters:
      profileEntryConditionRecordType - a profile entry condition record type
      Returns:
      the profile entry condition record
      Throws:
      NullArgumentException - profileEntryConditionRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(profileEntryConditionRecordType) is false
      Compliance:
      mandatory - This method must be implemented.