OSID Logo
OSID Specifications
hold package
Version 3.1.0
Interfaceosid.hold.OublietteSearchSession
Implementsosid.hold.OublietteQuerySession
Used Byosid.hold.HoldManager
osid.hold.HoldProxyManager
Description

This session provides methods for searching among Oubliette objects. The search query is constructed using the OublietteQuery.

getOublietteByQuery() is the basic search method and returns a list of Oubliettes. A more advanced search may be performed with getOublietteBySearch().It accepts an OublietteSearch in addition to the query for the purpose of specifying additional options affecting the entire search, such as ordering. getOublietteBySearch() returns an OublietteSearchResults that can be used to access the resulting OublietteList or be used to perform a search within the result set through OublietteSearch.

Oubliettes may have a query record indicated by their respective record types. The query record is accessed via the OublietteQuery.

MethodgetOublietteSearch
Description

Gets an oubliette search.

Returnosid.hold.OublietteSearch the oubliette search
Compliancemandatory This method must be implemented.
MethodgetOublietteSearchOrder
Description

Gets an oubliette search order. The OublietteSearchOrder is supplied to an OublietteSearch to specify the ordering of results.

Returnosid.hold.OublietteSearchOrder the oubliette search order
Compliancemandatory This method must be implemented.
MethodgetOublietteBySearch
Description

Gets the search results matching the given search query using the given search.

Parametersosid.hold.OublietteQueryoublietteQuery the oubliette query
osid.hold.OublietteSearchoublietteSearch the oubliette search
Returnosid.hold.OublietteSearchResults the oubliette search results
ErrorsNULL_ARGUMENT oublietteQuery or oublietteSearch is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure
UNSUPPORTED oublietteQuery or oublietteSearch is not of this service
Compliancemandatory This method must be implemented.
MethodgetOublietteQueryFromInspector
Description

Gets an oubliette query from an inspector. The inspector is available from an OublietteSearchResults.

Parametersosid.hold.OublietteQueryInspectoroublietteQueryInspector an oubliette query inspector
Returnosid.hold.OublietteQuery the oubliette query
ErrorsNULL_ARGUMENT oublietteQueryInspector is null
UNSUPPORTED oublietteQueryInspector is not of this service
Compliancemandatory This method must be implemented.