public interface QueueConstrainerEnablerSmartFrontOfficeSession extends OsidSession
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.
| Modifier and Type | Method and Description |
|---|---|
void |
applyQueueConstrainerEnablerQuery(QueueConstrainerEnablerQuery queueConstrainerEnablerQuery)
Applies a queue constrainer enabler query to this front office.
|
void |
applyQueueConstrainerEnablerSequencing(QueueConstrainerEnablerSearchOrder queueConstrainerEnablerSearchOrder)
Applies a queue constrainer enabler search order to this front office.
|
boolean |
canManageSmartFrontOffices()
Tests if this user can manage smart front office.
|
FrontOffice |
getFrontOffice()
Gets the
FrontOffice associated with this session. |
Id |
getFrontOfficeId()
Gets the
FrontOffice Id associated with
this session. |
QueueConstrainerEnablerQuery |
getQueueConstrainerEnablerQuery()
Gets a queue constrainer enabler query.
|
QueueConstrainerEnablerQuery |
getQueueConstrainerEnablerQueryFromInspector(QueueConstrainerEnablerQueryInspector queueConstrainerEnablerQueryInspector)
Gets a queue constrainer enabler query from an inspector.
|
QueueConstrainerEnablerSearchOrder |
getQueueConstrainerEnablerSearchOrder()
Gets a queue constrainer enabler search order.
|
QueueConstrainerEnablerQueryInspector |
inspectQueueConstrainerEnablerQuery()
Gets a queue constrainer enabler 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. QueueConstrainerEnablerQuery getQueueConstrainerEnablerQuery()
mandatory - This method must be implemented. QueueConstrainerEnablerSearchOrder getQueueConstrainerEnablerSearchOrder()
mandatory - This method must be implemented. void applyQueueConstrainerEnablerQuery(QueueConstrainerEnablerQuery queueConstrainerEnablerQuery) throws OperationFailedException, PermissionDeniedException
queueConstrainerEnablerQuery - the queue constrainer enabler
queryNullArgumentException -
queueConstrainerEnablerQuery is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
queueConstrainerEnablerQuery not of this servicemandatory - This method must be implemented. QueueConstrainerEnablerQueryInspector inspectQueueConstrainerEnablerQuery() throws OperationFailedException, PermissionDeniedException
OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredmandatory - This method must be implemented. void applyQueueConstrainerEnablerSequencing(QueueConstrainerEnablerSearchOrder queueConstrainerEnablerSearchOrder) throws OperationFailedException, PermissionDeniedException
queueConstrainerEnablerSearchOrder - the queue constrainer
enabler search orderNullArgumentException -
queueConstrainerEnablerSearchOrder is null
OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
queueConstrainerEnablerSearchOrder not of this servicemandatory - This method must be implemented. QueueConstrainerEnablerQuery getQueueConstrainerEnablerQueryFromInspector(QueueConstrainerEnablerQueryInspector queueConstrainerEnablerQueryInspector)
queueConstrainerEnablerQueryInspector - a queue constrainer
enabler query inspectorNullArgumentException -
queueConstrainerEnablerQueryInspector is null
UnsupportedException -
queueConstrainerEnablerQueryInspector is not of this
servicemandatory - This method must be implemented.