OSID Logo
OSID Specifications
control package
Version 3.1.0
Interfaceosid.control.DeviceForm
Implementsosid.OsidObjectForm
Implemented Byosid.control.batch.DeviceBatchForm
Used Byosid.control.DeviceAdminSession
Description

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

MethodgetDeviceFormRecord
Description

Gets the DeviceFormRecord corresponding to the given device record Type.

Parametersosid.type.TypedeviceRecordType a device record type
Returnosid.control.records.DeviceFormRecord the device form record
ErrorsNULL_ARGUMENT deviceRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(deviceRecordType) is false
Compliancemandatory This method must be implemented.