OSID Logo
OSID Specifications
provisioning package
Version 3.0.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.IdListrequestTransactionIdslist of request transactions
ErrorsNULL_ARGUMENTrequestTransactionIds is null
CompliancemandatoryThis method must be implemented.
MethodorderRequestTransactionResults
Description

Specify an ordering to the search results.

Parametersosid.provisioning.RequestTransactionSearchOrderrequestTransactionSearchOrderrequest transaction search order
ErrorsNULL_ARGUMENTrequestTransactionSearchOrder is null
UNSUPPORTEDrequestTransactionSearchOrder is not of this service
CompliancemandatoryThis 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.TyperequestTransactionSearchRecordTypea request transaction search record type
Returnosid.provisioning.records.RequestTransactionSearchRecordthe request transaction search record
ErrorsNULL_ARGUMENTrequestTransactionSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(requestTransactionSearchRecordType) is false
CompliancemandatoryThis method must be implemented.