Interface PoolProcessorEnabler

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

public interface PoolProcessorEnabler extends OsidEnabler

A PoolProcessorEnabler describes the rules for making a PoolProcessor effective.

  • Method Details

    • getPoolProcessorEnablerRecord

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