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

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

MethodgetVaults
Description

Gets the vault list resulting from the search.

Returnosid.authorization.VaultListthe vault list
ErrorsILLEGAL_STATElist has already been retrieved
CompliancemandatoryThis method must be implemented.
MethodgetVaultQueryInspector
Description

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

Returnosid.authorization.VaultQueryInspectorthe vault query inspector
CompliancemandatoryThis method must be implemented.
MethodgetVaultSearchResultsRecord
Description

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

Parametersosid.type.TypevaultSearchRecordTypea vault search record type
Returnosid.authorization.records.VaultSearchResultsRecordthe vault search results record
ErrorsNULL_ARGUMENT vaultSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(vaultSearchRecordType) is false
CompliancemandatoryThis method must be implemented.