Interface ProvisionableEnabler

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

public interface ProvisionableEnabler extends OsidEnabler

A ProvisionableEnabler manages the active status of a Provisionable.

  • Method Details

    • getProvisionableEnablerRecord

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