Interface DeviceEnablerForm

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

public interface DeviceEnablerForm extends OsidEnablerForm

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

  • Method Details

    • getDeviceEnablerFormRecord

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