Interface CanonicalUnitEnablerForm

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

public interface CanonicalUnitEnablerForm extends OsidEnablerForm

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

  • Method Details

    • getCanonicalUnitEnablerFormRecord

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