Interface PoolConstrainerEnabler

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

public interface PoolConstrainerEnabler extends OsidEnabler

A PoolConstrainerEnabler manages the active status of a PoolConstrainer.

  • Method Details

    • getPoolConstrainerEnablerRecord

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