Interface CatalogEnablerForm

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

public interface CatalogEnablerForm extends OsidEnablerForm

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

  • Method Details

    • getCatalogEnablerFormRecord

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