OSID Logo
OSID Specifications
journaling package
Version 3.1.0
Interfaceosid.journaling.BranchSearchResults
Implementsosid.OsidSearchResults
Used Byosid.journaling.BranchSearchSession
Description

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

MethodgetBranches
Description

Gets the branch list resulting from a search.

Returnosid.journaling.BranchList the branch list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetBranchQueryInspector
Description

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

Returnosid.journaling.BranchQueryInspector the branch query inspector
Compliancemandatory This 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.TypebranchSearchRecordType a branch search record type
Returnosid.journaling.records.BranchSearchResultsRecord the branch search results record
ErrorsNULL_ARGUMENT branchSearchRecordType is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED hasRecordTypeType(branchSearchRecordType) is false
Compliancemandatory This method must be implemented.