OSID Logo
OSID Specifications
tracking package
Version 3.1.0
Interfaceosid.tracking.FrontOfficeQuerySession
Implementsosid.OsidSession
Implemented Byosid.tracking.FrontOfficeSearchSession
Used Byosid.tracking.TrackingManager
osid.tracking.TrackingProxyManager
Description

This session provides methods for searching among FrontOffice objects. The search query is constructed using the FrontOfficeQuery.

FrontOffices may have a query record indicated by their respective record types. The query record is accessed via the FrontOfficeQuery.

MethodcanSearchFrontOffices
Description

Tests if this user can perform FrontOffice searches. A return of true does not guarantee successful authorization. A return of false indicates that it is known all methods in this session will result in a PERMISSION_DENIED. This is intended as a hint to an application that may not offer lookup operations to unauthorized users.

Returnboolean false if search methods are not authorized, true otherwise
Compliancemandatory This method must be implemented.
MethodgetFrontOfficeQuery
Description

Gets a front office query.

Returnosid.tracking.FrontOfficeQuery the front office query
Compliancemandatory This method must be implemented.
MethodgetFrontOfficesByQuery
Description

Gets a list of FrontOffices matching the given fromt office query.

Parametersosid.tracking.FrontOfficeQueryfrontOfficeQuery the front office query
Returnosid.tracking.FrontOfficeList the returned FrontOfficeList
ErrorsNULL_ARGUMENT frontOfficeQuery is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure
UNSUPPORTED frontOfficeQuery is not of this service
Compliancemandatory This method must be implemented.