public interface QueueSmartFrontOfficeSession extends OsidSession
This session manages queries and sequencing to create "smart" dynamic
catalogs. A QueueQuery can be retrieved from this session
and mapped to this FrontOffice to create a virtual
collection of Queues. The queues may be sequenced using the
QueueSearchOrder from this session.
This FrontOffice has a default query that matches any
queue and a default search order that specifies no sequencing. The queries
may be examined using a QueueQueryInspector. The query may
be modified by converting the query inspector back to a QueueQuery.
| Modifier and Type | Method and Description |
|---|---|
void |
applyQueueQuery(QueueQuery queueQuery)
Applies a queue query to this front office.
|
void |
applyQueueSequencing(QueueSearchOrder queueSearchOrder)
Applies a queue search order to this front office.
|
boolean |
canManageSmartFrontOffices()
Tests if this user can manage smart frontOffices.
|
FrontOffice |
getFrontOffice()
Gets the
FrontOffice associated with this session. |
Id |
getFrontOfficeId()
Gets the
FrontOffice Id associated with
this session. |
QueueQuery |
getQueueQuery()
Gets a queue query.
|
QueueQuery |
getQueueQueryFromInspector(QueueQueryInspector queueQueryInspector)
Gets a queue query from an inspector.
|
QueueSearchOrder |
getQueueSearchOrder()
Gets a queue search order.
|
QueueQueryInspector |
inspectQueueQuery()
Gets a queue query inspector for this front office.
|
getAuthenticatedAgent, getAuthenticatedAgentId, getClockRate, getDate, getEffectiveAgent, getEffectiveAgentId, getFormatType, getLocale, isAuthenticated, startTransaction, supportsTransactionscloseId getFrontOfficeId()
FrontOffice Id associated with
this session. FrontOffice Id associated with this sessionmandatory - This method must be implemented. FrontOffice getFrontOffice() throws OperationFailedException, PermissionDeniedException
FrontOffice associated with this session.OperationFailedException - unable to complete requestPermissionDeniedException - authorization failuremandatory - This method must be implemented. boolean canManageSmartFrontOffices()
PERMISSION_DENIED. This is intended as a hint to an
application that may opt not to offer operations to unauthorized
users. false if smart front office management is not
authorized, true otherwisemandatory - This method must be implemented. QueueQuery getQueueQuery()
mandatory - This method must be implemented. QueueSearchOrder getQueueSearchOrder()
mandatory - This method must be implemented. void applyQueueQuery(QueueQuery queueQuery) throws OperationFailedException, PermissionDeniedException
queueQuery - the queue queryNullArgumentException - queueQuery is
null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException - queueQuery not of
this servicemandatory - This method must be implemented. QueueQueryInspector inspectQueueQuery() throws OperationFailedException, PermissionDeniedException
OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredmandatory - This method must be implemented. void applyQueueSequencing(QueueSearchOrder queueSearchOrder) throws OperationFailedException, PermissionDeniedException
queueSearchOrder - the queue search orderNullArgumentException - queueSearchOrder
is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException - queueSearchOrder
not of this servicemandatory - This method must be implemented. QueueQuery getQueueQueryFromInspector(QueueQueryInspector queueQueryInspector)
queueQueryInspector - a queue query inspectorNullArgumentException - queueQueryInspector
is null UnsupportedException - queueQueryInspector
is not of this servicemandatory - This method must be implemented.