OSID Logo
OSID Specifications
authorization package
Version 3.1.0
Interfaceosid.authorization.AuthorizationSearchResults
Implementsosid.OsidSearchResults
Used Byosid.authorization.AuthorizationSearchSession
Description

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

MethodgetAuthorizations
Description

Gets the authorization list resulting from the search.

Returnosid.authorization.AuthorizationList the authorization list
ErrorsILLEGAL_STATE list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetAuthorizationQueryInspector
Description

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

Returnosid.authorization.AuthorizationQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetAuthorizationSearchResultsRecord
Description

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

Parametersosid.type.TypeauthorizationSearchRecordType an authorization search record type
Returnosid.authorization.records.AuthorizationSearchResultsRecord the authorization search results record
ErrorsNULL_ARGUMENT authorizationSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(authorizationSearchRecordType) is false
Compliancemandatory This method must be implemented.