Interface | osid.control.Input | ||
---|---|---|---|
Implements | osid.OsidRelationship | ||
Description |
An | ||
Method | getDeviceId | ||
Description |
Gets the device | ||
Return | osid.id.Id | the device Id | |
Compliance | mandatory | This method must be implemented. | |
Method | getDevice | ||
Description |
Gets the device. | ||
Return | osid.control.Device | the device | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getControllerId | ||
Description |
Gets the controller | ||
Return | osid.id.Id | the controller Id | |
Compliance | mandatory | This method must be implemented. | |
Method | getController | ||
Description |
Gets the controller. | ||
Return | osid.control.Controller | the controller | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getInputRecord | ||
Description |
Gets the input record corresponding to the given | ||
Parameters | osid.type.Type | inputRecordType | the type of input record to retrieve |
Return | osid.control.records.InputRecord | the input record | |
Errors | NULL_ARGUMENT | inputRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(inputRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |