Interface CanonicalUnitProcessorEnabler

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

public interface CanonicalUnitProcessorEnabler extends OsidEnabler

An CanonicalUnitProcessorEnabler describes the rules for making an CanonicalUnitProcessor effective.

  • Method Details

    • getCanonicalUnitProcessorEnablerRecord

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