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

This session manages queries and sequencing to create "smart" dynamic catalogs. A QueueEnablerQuery can be retrieved from this session and mapped to this FrontOffice to create a virtual collection of QueueEnablers . The queue enablers may be sequenced using the QueueEnablerSearchOrder from this session.

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

MethodgetFrontOfficeId
Description

Gets the FrontOffice Id associated with this session.

Returnosid.id.Idthe FrontOffice Id associated with this session
CompliancemandatoryThis method must be implemented.
MethodgetFrontOffice
Description

Gets the FrontOffice associated with this session.

Returnosid.tracking.FrontOfficethe front office
ErrorsOPERATION_FAILEDunable to complete request
PERMISSION_DENIEDauthorization failure
CompliancemandatoryThis method must be implemented.
MethodcanManageSmartFrontOffices
Description

Tests if this user can manage smart front offices. 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.

Returnbooleanfalse if smart front office management is not authorized, true otherwise
CompliancemandatoryThis method must be implemented.
MethodgetQueueEnablerQuery
Description

Gets a queue enabler query.

Returnosid.tracking.rules.QueueEnablerQuerythe queue enabler query
CompliancemandatoryThis method must be implemented.
MethodgetQueueEnablerSearchOrder
Description

Gets a queue enabler search order.

Returnosid.tracking.rules.QueueEnablerSearchOrderthe queue enabler search order
CompliancemandatoryThis method must be implemented.
MethodapplyQueueEnablerQuery
Description

Applies a queue enabler query to this front office.

Parametersosid.tracking.rules.QueueEnablerQueryqueueEnablerQuerythe queue enabler query
ErrorsNULL_ARGUMENTqueueEnablerQuery is null
OPERATION_FAILEDunable to complete request
PERMISSION_DENIEDauthorization failure occurred
UNSUPPORTEDqueueEnablerQuery not of this service
CompliancemandatoryThis method must be implemented.
MethodinspectQueueEnablerQuery
Description

Gets a queue enabler query inspector for this front office.

Returnosid.tracking.rules.QueueEnablerQueryInspectorthe queue enabler query inspector
ErrorsOPERATION_FAILEDunable to complete request
PERMISSION_DENIEDauthorization failure occurred
CompliancemandatoryThis method must be implemented.
MethodapplyQueueEnablerSequencing
Description

Applies a queue enabler search order to this front office.

Parametersosid.tracking.rules.QueueEnablerSearchOrderqueueEnablerSearchOrderthe queue enabler search order
ErrorsNULL_ARGUMENTqueueEnablerSearchOrder is null
OPERATION_FAILEDunable to complete request
PERMISSION_DENIEDauthorization failure occurred
UNSUPPORTEDqueueEnablerSearchOrder not of this service
CompliancemandatoryThis method must be implemented.
MethodgetQueueEnablerQueryFromInspector
Description

Gets a queue enabler query from an inspector.

Parametersosid.tracking.rules.QueueEnablerQueryInspectorqueueEnablerQueryInspectora queue enabler query inspector
Returnosid.tracking.QueueQuerythe queue enabler query
ErrorsNULL_ARGUMENTqueueEnablerQueryInspector is null
UNSUPPORTEDqueueEnablerQueryInspector is not of this service
CompliancemandatoryThis method must be implemented.