Interface ProvisionEnablerForm

All Superinterfaces:
Extensible, Identifiable, OsidBrowsableForm, OsidEnablerForm, OsidExtensibleForm, OsidForm, OsidIdentifiableForm, OsidObjectForm, OsidOperableForm, OsidRuleForm, OsidTemporalForm, Suppliable

public interface ProvisionEnablerForm extends OsidEnablerForm

This is the form for creating and updating ProvisionEnablers . Like all OsidForms , various data elements may be set here for use in the create and update methods in the ProvisionEnablerAdminSession . For each data element that may be set, metadata may be examined to provide display hints or data constraints.

  • Method Details

    • getProvisionEnablerFormRecord

      ProvisionEnablerFormRecord getProvisionEnablerFormRecord(Type provisionEnablerRecordType) throws OperationFailedException
      Gets the ProvisionEnablerFormRecord corresponding to the given provision enabler record Type .
      Parameters:
      provisionEnablerRecordType - a provision enabler record type
      Returns:
      the provision enabler form record
      Throws:
      NullArgumentException - provisionEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(provisionEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.