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

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

MethodgetBranches
Description

Gets the branch list resulting from a search.

Returnosid.journaling.BranchListthe branch list
ErrorsILLEGAL_STATElist already retrieved
CompliancemandatoryThis method must be implemented.
MethodgetBranchQueryInspector
Description

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

Returnosid.journaling.BranchQueryInspectorthe branch query inspector
CompliancemandatoryThis method must be implemented.
MethodgetBranchSearchResultsRecord
Description

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

Parametersosid.type.TypebranchSearchRecordTypea branch search record type
Returnosid.journaling.records.BranchSearchResultsRecordthe branch search results record
ErrorsNULL_ARGUMENT branchSearchRecordType is null
OPERATION_FAILEDunable to complete request
PERMISSION_DENIEDauthorization failure occurred
UNSUPPORTED hasRecordTypeType(branchSearchRecordType) is false
CompliancemandatoryThis method must be implemented.