Interface ProvisionEnabler

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

public interface ProvisionEnabler extends OsidEnabler

A ProvisionEnabler manages the active status of a Provision.

  • Method Details

    • getProvisionEnablerRecord

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