OSID Logo
OSID Specifications
tracking rules package
Version 3.1.0
Interfaceosid.tracking.rules.QueueProcessorEnablerSmartFrontOfficeSession
Implementsosid.OsidSession
Used Byosid.tracking.rules.TrackingRulesManager
osid.tracking.rules.TrackingRulesProxyManager
Description

This session manages queries and sequencing to create "smart" dynamic front office. a QueueProcessorEnablerQuery can be retrieved from this session and mapped to this FrontOffice to create a virtual collection of queue processor enablers. The queue processor enablers may be sequenced using the QueueProcessorEnablerSearchOrder from this session.

This FrontOffice has a default query that matches any queue processor enabler and a default search order that specifies no sequencing. The queries may be examined using a QueueProcessorEnablerQueryInspector. The query may be modified by converting the inspector back to a QueueProcessorEnablerQuery.

MethodgetFrontOfficeId
Description

Gets the FrontOffice Id associated with this session.

Returnosid.id.Id the FrontOffice Id associated with this session
Compliancemandatory This method must be implemented.
MethodgetFrontOffice
Description

Gets the FrontOffice associated with this session.

Returnosid.tracking.FrontOffice the office
ErrorsOPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure
Compliancemandatory This method must be implemented.
MethodcanManageSmartFrontOffices
Description

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

Returnboolean false if smart front office management is not authorized, true otherwise
Compliancemandatory This method must be implemented.
MethodgetQueueProcessorEnablerQuery
Description

Gets a queue processor enabler query.

Returnosid.tracking.rules.QueueProcessorEnablerQuery the queue processor enabler query
Compliancemandatory This method must be implemented.
MethodgetQueueProcessorEnablerSearchOrder
Description

Gets a queue processor enabler search order.

Returnosid.tracking.rules.QueueProcessorEnablerSearchOrder the queue processor enabler search order
Compliancemandatory This method must be implemented.
MethodapplyQueueProcessorEnablerQuery
Description

Applies a queue processor enabler query to this front office.

Parametersosid.tracking.rules.QueueProcessorEnablerQueryqueueProcessorEnablerQuery the queue processor enabler query
ErrorsNULL_ARGUMENT queueProcessorEnablerQuery is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED queueProcessorEnablerQuery not of this service
Compliancemandatory This method must be implemented.
MethodinspectQueueProcessorEnablerQuery
Description

Gets a queue processor enabler query inspector for this front office.

Returnosid.tracking.rules.QueueProcessorEnablerQueryInspector the queue processor enabler query inspector
ErrorsOPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
Compliancemandatory This method must be implemented.
MethodapplyQueueProcessorEnablerSequencing
Description

Applies a queue processor enabler search order to this front office.

Parametersosid.tracking.rules.QueueProcessorEnablerSearchOrderqueueProcessorEnablerSearchOrder the queue processor enabler search order
ErrorsNULL_ARGUMENT queueProcessorEnablerSearchOrder is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED queueProcessorEnablerSearchOrder not of this service
Compliancemandatory This method must be implemented.
MethodgetQueueProcessorEnablerQueryFromInspector
Description

Gets a queue processor enabler query from an inspector.

Parametersosid.tracking.rules.QueueProcessorEnablerQueryInspectorqueueProcessorEnablerQueryInspector a queue processor enabler query inspector
Returnosid.tracking.rules.QueueProcessorEnablerQuery the queue processor enabler query
ErrorsNULL_ARGUMENT queueProcessorEnablerQueryInspector is null
UNSUPPORTED queueProcessorEnablerQueryInspector is not of this service
Compliancemandatory This method must be implemented.