Interface DemographicEnablerForm

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

public interface DemographicEnablerForm extends OsidEnablerForm

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

  • Method Details

    • getDemographicEnablerFormRecord

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