OSID Logo
OSID Specifications
authorization package
Version 3.0.0
Release Candidate Preview
Interfaceosid.authorization.FunctionSearchResults
Implementsosid.OsidSearchResults
Description

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

MethodgetFunctions
Description

Gets the function list resulting from the search.

Returnosid.authorization.FunctionListthe function list
ErrorsILLEGAL_STATElist has already been retrieved
CompliancemandatoryThis method must be implemented.
MethodgetFunctionQueryInspector
Description

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

Returnosid.authorization.FunctionQueryInspectorthe function query inspector
CompliancemandatoryThis 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.TypefunctionSearchRecordTypea function search record type
Returnosid.authorization.records.FunctionSearchResultsRecordthe function search results record
ErrorsNULL_ARGUMENT functionSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(functionSearchRecordType) is false
CompliancemandatoryThis method must be implemented.