OSID Logo
OSID Specifications
authorization package
Version 3.1.0
Interfaceosid.authorization.FunctionSearchResults
Implementsosid.OsidSearchResults
Used Byosid.authorization.FunctionSearchSession
Description

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

MethodgetFunctions
Description

Gets the function list resulting from the search.

Returnosid.authorization.FunctionList the function list
ErrorsILLEGAL_STATE list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetFunctionQueryInspector
Description

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

Returnosid.authorization.FunctionQueryInspector the function query inspector
Compliancemandatory This method must be implemented.
MethodgetFunctionSearchResultsRecord
Description

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

Parametersosid.type.TypefunctionSearchRecordType a function search record type
Returnosid.authorization.records.FunctionSearchResultsRecord the function search results record
ErrorsNULL_ARGUMENT functionSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(functionSearchRecordType) is false
Compliancemandatory This method must be implemented.