Interface ValueEnabler

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

public interface ValueEnabler extends OsidEnabler

A ValueEnabler describes the rules for making a Value active.

  • Method Details

    • getValueEnablerRecord

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