OSID Logo
OSID Specifications
provisioning rules package
Version 3.1.0
Interfaceosid.provisioning.rules.PoolConstrainerSearch
Implementsosid.OsidSearch
Used Byosid.provisioning.rules.PoolConstrainerSearchSession
Description

The search interface for governing pool constrainer searches.

MethodsearchAmongPoolConstrainers
Description

Execute this search among the given list of pool constrainers.

Parametersosid.id.IdListpoolConstrainerIds list of pool constrainer
ErrorsNULL_ARGUMENT poolConstrainerIds is null
Compliancemandatory This method must be implemented.
MethodorderPoolConstrainerResults
Description

Specify an ordering to the search results.

Parametersosid.provisioning.rules.PoolConstrainerSearchOrderpoolConstrainerSearchOrder pool constrainer search order
ErrorsNULL_ARGUMENT poolConstrainerSearchOrder is null
UNSUPPORTED poolConstrainerSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetPoolConstrainerSearchRecord
Description

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

Parametersosid.type.TypepoolConstrainerSearchRecordType a pool constrainer search record type
Returnosid.provisioning.rules.records.PoolConstrainerSearchRecord the pool constrainer search record
ErrorsNULL_ARGUMENT poolConstrainerSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(poolConstrainerSearchRecordType) is false
Compliancemandatory This method must be implemented.