OSID Logo
OSID Specifications
provisioning package
Version 3.0.0
Release Candidate Preview
Interfaceosid.provisioning.Distributor
Implementsosid.OsidCatalog
Description

A Distributor represents a collection of reservoirs.

MethodgetDistributorRecord
Description

Gets the distributor record corresponding to the given Distributor record Type. This method is used to retrieve an object implementing the requested record. The distributorRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(distributorRecordType) is true .

Parametersosid.type.TypedistributorRecordTypethe type of distributor record to retrieve
Returnosid.provisioning.records.DistributorRecordthe distributor record
ErrorsNULL_ARGUMENT distributorRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(distributorRecordType) is false
CompliancemandatoryThis method must be implemented.