OSID Logo
OSID Specifications
journaling package
Version 3.1.0
Interfaceosid.journaling.BranchSearch
Implementsosid.OsidSearch
Used Byosid.journaling.BranchSearchSession
Description

The search interface for governing branch searches.

MethodsearchAmongBranches
Description

Execute this search among the given list of branches.

Parametersosid.id.IdListbranchIds list of branch Ids
ErrorsNULL_ARGUMENT branchIds is null
Compliancemandatory This method must be implemented.
MethodorderBranchResults
Description

Specify an ordering to the search results.

Parametersosid.journaling.BranchSearchOrderbranchSearchOrder branch search order
ErrorsNULL_ARGUMENT order is null
UNSUPPORTED order is not of this service
Compliancemandatory This method must be implemented.
MethodgetBranchSearchRecord
Description

Gets the branch search 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.BranchSearchRecord the branch search record
ErrorsNULL_ARGUMENT branchSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordTypeType(branchSearchRecordType) is false
Compliancemandatory This method must be implemented.