OSID Logo
OSID Specifications
provisioning package
Version 3.0.0
Interfaceosid.provisioning.DistributorSearch
Implementsosid.OsidSearch
Used Byosid.provisioning.DistributorSearchSession
Description

The search interface for governing distributor searches.

MethodsearchAmongDistributors
Description

Execute this search among the given list of distributors.

Parametersosid.id.IdListdistributorIdslist of distributors
ErrorsNULL_ARGUMENTdistributorIds is null
CompliancemandatoryThis method must be implemented.
MethodorderDistributorResults
Description

Specify an ordering to the search results.

Parametersosid.provisioning.DistributorSearchOrderdistributorSearchOrderdistributor search order
ErrorsNULL_ARGUMENTdistributorSearchOrder is null
UNSUPPORTEDdistributorSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetDistributorSearchRecord
Description

Gets the distributor search record corresponding to the given distributor search record Type .This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypedistributorSearchRecordTypea distributor search record type
Returnosid.provisioning.records.DistributorSearchRecordthe distributor search record
ErrorsNULL_ARGUMENTdistributorSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(distributorSearchRecordType) is false
CompliancemandatoryThis method must be implemented.