Interface ProfileEntryEnabler

All Superinterfaces:
Browsable, Extensible, Identifiable, Operable, OsidEnabler, OsidObject, OsidRule, Temporal

public interface ProfileEntryEnabler extends OsidEnabler

A ProfileEntryEnabler describes the rules for making Profiles effective.

  • Method Details

    • getProfileEntryEnablerRecord

      ProfileEntryEnablerRecord getProfileEntryEnablerRecord(Type profileEntryEnablerRecordType) throws OperationFailedException
      Gets the profile entry enabler record corresponding to the given ProfileEntryEnabler record Type. This method is used to retrieve an object implementing the requested record. The profileEntryEnablerRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(profileEntryEnablerRecordType) is true.
      Parameters:
      profileEntryEnablerRecordType - the type of profile entry enabler record to retrieve
      Returns:
      the profile entry enabler record
      Throws:
      NullArgumentException - profileEntryEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(profileEntryEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.