OSID Logo
OSID Specifications
provisioning package
Version 3.1.0
Interfaceosid.provisioning.RequestTransactionSearch
Implementsosid.OsidSearch
Used Byosid.provisioning.RequestTransactionSearchSession
Description

The search interface for governing request transaction searches.

MethodsearchAmongRequestTransactions
Description

Execute this search among the given list of request transactions.

Parametersosid.id.IdListrequestTransactionIds list of request transactions
ErrorsNULL_ARGUMENT requestTransactionIds is null
Compliancemandatory This method must be implemented.
MethodorderRequestTransactionResults
Description

Specify an ordering to the search results.

Parametersosid.provisioning.RequestTransactionSearchOrderrequestTransactionSearchOrder request transaction search order
ErrorsNULL_ARGUMENT requestTransactionSearchOrder is null
UNSUPPORTED requestTransactionSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetRequestTransactionSearchRecord
Description

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

Parametersosid.type.TyperequestTransactionSearchRecordType a request transaction search record type
Returnosid.provisioning.records.RequestTransactionSearchRecord the request transaction search record
ErrorsNULL_ARGUMENT requestTransactionSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(requestTransactionSearchRecordType) is false
Compliancemandatory This method must be implemented.