OSID Logo
OSID Specifications
provisioning package
Version 3.1.0
Interfaceosid.provisioning.RequestTransactionSearchResults
Implementsosid.OsidSearchResults
Used Byosid.provisioning.RequestTransactionSearchSession
Description

This interface provides a means to capture results of a search.

MethodgetRequestTransactions
Description

Gets the request transaction list resulting from a search.

Returnosid.provisioning.RequestTransactionList the request transaction list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetRequestTransactionQueryInspector
Description

Gets the inspector for the query to examine the terms used in the search.

Returnosid.provisioning.RequestTransactionQueryInspector the request transaction query inspector
Compliancemandatory This method must be implemented.
MethodgetRequestTransactionSearchResultsRecord
Description

Gets the request transaction search results 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.RequestTransactionSearchResultsRecord the request transaction search results record
ErrorsNULL_ARGUMENT requestTransactionSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(requestTransactionSearchRecordType) is false
Compliancemandatory This method must be implemented.