OSID Logo
OSID Specifications
tracking rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.tracking.rules.QueueConstrainerEnablerSmartFrontOfficeSession
Implementsosid.OsidSession
Description

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

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

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 office
ErrorsOPERATION_FAILEDunable to complete request
PERMISSION_DENIEDauthorization failure
CompliancemandatoryThis 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
CompliancemandatoryThis method must be implemented.
MethodgetQueueConstrainerEnablerQuery
Description

Gets a queue constrainer enabler query.

Returnosid.tracking.rules.QueueConstrainerEnablerQuerythe queue constrainer enabler query
CompliancemandatoryThis method must be implemented.
MethodgetQueueConstrainerEnablerSearchOrder
Description

Gets a queue constrainer enabler search order.

Returnosid.tracking.rules.QueueConstrainerEnablerSearchOrderthe queue constrainer enabler search order
CompliancemandatoryThis method must be implemented.
MethodapplyQueueConstrainerEnablerQuery
Description

Applies a queue constrainer enabler query to this front office.

Parametersosid.tracking.rules.QueueConstrainerEnablerQueryqueueConstrainerEnablerQuerythe queue constrainer enabler query
ErrorsNULL_ARGUMENT queueConstrainerEnablerQuery is null
OPERATION_FAILEDunable to complete request
PERMISSION_DENIEDauthorization failure occurred
UNSUPPORTED queueConstrainerEnablerQuery not of this service
CompliancemandatoryThis method must be implemented.
MethodinspectQueueConstrainerEnablerQuery
Description

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

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

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

Parametersosid.tracking.rules.QueueConstrainerEnablerSearchOrderqueueConstrainerEnablerSearchOrderthe queue constrainer enabler search order
ErrorsNULL_ARGUMENT queueConstrainerEnablerSearchOrder is null
OPERATION_FAILEDunable to complete request
PERMISSION_DENIEDauthorization failure occurred
UNSUPPORTED queueConstrainerEnablerSearchOrder not of this service
CompliancemandatoryThis method must be implemented.
MethodgetQueueConstrainerEnablerQueryFromInspector
Description

Gets a queue constrainer enabler query from an inspector.

Parametersosid.tracking.rules.QueueConstrainerEnablerQueryInspectorqueueConstrainerEnablerQueryInspectora queue constrainer enabler query inspector
Returnosid.tracking.rules.QueueConstrainerEnablerQuerythe queue constrainer enabler query
ErrorsNULL_ARGUMENT queueConstrainerEnablerQueryInspector is null
UNSUPPORTED queueConstrainerEnablerQueryInspector is not of this service
CompliancemandatoryThis method must be implemented.