OSID Logo
OSID Specifications
journaling package
Version 3.0.0
Release Candidate Preview
Interfaceosid.journaling.JournalSearchResults
Implementsosid.OsidSearchResults
Description

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

MethodgetJournals
Description

Gets the journal list resulting from a search.

Returnosid.journaling.JournalListthe journal list
ErrorsILLEGAL_STATElist already retrieved
CompliancemandatoryThis method must be implemented.
MethodgetJournalQueryInspector
Description

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

Returnosid.journaling.JournalQueryInspectorthe journal query inspector
CompliancemandatoryThis method must be implemented.
MethodgetJournalSearchResultsRecord
Description

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

Parametersosid.type.TypejournalSearchRecordTypea journal search record type
Returnosid.journaling.records.JournalSearchResultsRecordthe journal search results record
ErrorsNULL_ARGUMENT JournalSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(journalSearchRecordType) is false
CompliancemandatoryThis method must be implemented.