OSID Logo
OSID Specifications
metering package
Version 3.1.0
Interfaceosid.metering.MeterForm
Implementsosid.OsidObjectForm
Implemented Byosid.metering.batch.MeterBatchForm
Used Byosid.metering.MeterAdminSession
Description

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

MethodgetMeterFormRecord
Description

Gets the MeterFormRecord corresponding to the given Meter record Type.

Parametersosid.type.TypemeterRecordType the meter record type
Returnosid.metering.records.MeterFormRecord the meter form record
ErrorsNULL_ARGUMENT meterRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(meterRecordType) is false
Compliancemandatory This method must be implemented.