OSID Logo
OSID Specifications
provisioning package
Version 3.1.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.IdListdistributorIds list of distributors
ErrorsNULL_ARGUMENT distributorIds is null
Compliancemandatory This method must be implemented.
MethodorderDistributorResults
Description

Specify an ordering to the search results.

Parametersosid.provisioning.DistributorSearchOrderdistributorSearchOrder distributor search order
ErrorsNULL_ARGUMENT distributorSearchOrder is null
UNSUPPORTED distributorSearchOrder is not of this service
Compliancemandatory This 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.TypedistributorSearchRecordType a distributor search record type
Returnosid.provisioning.records.DistributorSearchRecord the distributor search record
ErrorsNULL_ARGUMENT distributorSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(distributorSearchRecordType) is false
Compliancemandatory This method must be implemented.