public interface TrackingProxyManager extends OsidProxyManager, TrackingProfile
The tracking proxy manager provides access to rules sessions and
provides interoperability tests for various aspects of this service.
Methods in this manager pass a Proxy for passing
information from server environments. The sessions included in this
manager are:
MyIssueSession: a session to get issues for the
authenticated agent IssueTrackingSession: a session to examine issues
in a queue IssueResourcingSession: a session to assign
resources to issues IssueTriagingSession: a session to reassign issues
to queues and topics IssueLookupSession: a session to retrieve issues
IssueQuerySession: a session to query for issues
IssueSearchSession: a session to search for issues
IssueAdminSession: a session to create and delete
issues IssueNotificationSession: a session to receive
notifications pertaining to issue changes IssueHierarchySession: a session to examine issues
in a hierarchy IssueHierarchyAssignmentSession: a session to
traverse the issue hierarchy IssueFrontOfficeSession: a session to look up
issue front offics mappings IssueFrontOfficeAssignmentSession: a session to
manage issue to front office mappings IssueSmartFrontOfficeSession: a session to manage
dynamic front offices of issues SubtaskIssueLookupSession: a session to retrieve
issue subtasks SubtaskIssueAdminSession: a session to manage
issue subtasks DuplicateIssueLookupSession: a session to retrieve
linked issues DuplicateIssueAdminSession: a session to manage
linked issues BranchedIssueLookupSession: a session to retrieve
issue branches BranchedIssueAdminSession: a session to manage
issue branches BlockingIssueLookupSession: a session to retrieve
issue blocks BlockingIssueAdminSession: a session to manage
issue blocks LogEntryLookupSession: a session to retrieve issue
log entries IssueMessagingSession: a session comment on issues
and send messages to customers LogEntryNotificationSession: a session to receive
notifications pertaining to log entries QueueLookupSession: a session to retrieve queues
QueueQuerySession: a session to query for queues
QueueSearchSession: a session to search for queues
QueueAdminSession: a session to create and delete
queues QueueNotificationSession: a session to receive
notifications pertaining to queue changes QueueFrontOfficeSession: a session to looking
issues of queues to front offices QueueFrontOfficeAssignmentSession: a session to
manage queue to front office mappings QueueFrontOfficeAssignmentSession: a session to
manage dynamic front offices of queues QueueResourcingSession: a session to manage queue
resources FrontOfficeLookupSession: a session to retrieve
front offices FrontOfficeQuerySession: a session to search for
front offices FrontOfficeSearchSession: a session to search for
front offices FrontOfficeAdminSession: a session to create and
delete front offices FrontOfficeNotificationSession: a session to
receive notifications pertaining to front office changes FrontOfficeHierarchySession: a session to traverse
a hierarchy of frontOffice FrontOfficeHierarchyDesignSession: a session to
manage a front office hierarchy | Modifier and Type | Method and Description |
|---|---|
BlockingIssueAdminSession |
getBlockingIssueAdminSession(Proxy proxy)
Gets the
OsidSession associated with the blocking issue
administration service. |
BlockingIssueAdminSession |
getBlockingIssueAdminSessionForFrontOffice(Id frontOfficeId,
Proxy proxy)
Gets the
OsidSession associated with the blocking issue
administration service for the given front office. |
BlockingIssueLookupSession |
getBlockingIssueLookupSession(Proxy proxy)
Gets the
OsidSession associated with the blocking issue
lookup service. |
BlockingIssueLookupSession |
getBlockingIssueLookupSessionForFrontOffice(Id frontOfficeId,
Proxy proxy)
Gets the
OsidSession associated with the blocking issue
lookup service for the given front office. |
BranchedIssueAdminSession |
getBranchedIssueAdminSession(Proxy proxy)
Gets the
OsidSession associated with the branched issue
administration service. |
BranchedIssueAdminSession |
getBranchedIssueAdminSessionForFrontOffice(Id frontOfficeId,
Proxy proxy)
Gets the
OsidSession associated with the branched issue
administration service for the given front office. |
BranchedIssueLookupSession |
getBranchedIssueLookupSession(Proxy proxy)
Gets the
OsidSession associated with the branched issue
lookup service. |
BranchedIssueLookupSession |
getBranchedIssueLookupSessionForFrontOffice(Id frontOfficeId,
Proxy proxy)
Gets the
OsidSession associated with the branched issue
lookup service for the given front office. |
DuplicateIssueAdminSession |
getDuplicateIssueAdminSession(Proxy proxy)
Gets the
OsidSession associated with the duplicate
issue administration service. |
DuplicateIssueAdminSession |
getDuplicateIssueAdminSessionForFrontOffice(Id frontOfficeId,
Proxy proxy)
Gets the
OsidSession associated with the duplicate
issue administration service for the given front office. |
DuplicateIssueLookupSession |
getDuplicateIssueLookupSession(Proxy proxy)
Gets the
OsidSession associated with the duplicate
issue lookup service. |
DuplicateIssueLookupSession |
getDuplicateIssueLookupSessionForFrontOffice(Id frontOfficeId,
Proxy proxy)
Gets the
OsidSession associated with the duplicate
issue lookup service for the given front office. |
FrontOfficeAdminSession |
getFrontOfficeAdminSession(Proxy proxy)
Gets the
OsidSession associated with the front office
administrative service. |
FrontOfficeHierarchyDesignSession |
getFrontOfficeHierarchyDesignSession(Proxy proxy)
Gets the
OsidSession associated with the front office
hierarchy design service. |
FrontOfficeHierarchySession |
getFrontOfficeHierarchySession(Proxy proxy)
Gets the
OsidSession associated with the front office
hierarchy service. |
FrontOfficeLookupSession |
getFrontOfficeLookupSession(Proxy proxy)
Gets the
OsidSession associated with the front office
lookup service. |
FrontOfficeNotificationSession |
getFrontOfficeNotificationSession(FrontOfficeReceiver frontOfficeReceiver,
Proxy proxy)
Gets the
OsidSession associated with the front office
notification service. |
FrontOfficeQuerySession |
getFrontOfficeQuerySession(Proxy proxy)
Gets the
OsidSession associated with the front office
query service. |
FrontOfficeSearchSession |
getFrontOfficeSearchSession(Proxy proxy)
Gets the
OsidSession associated with the front office
search service. |
IssueAdminSession |
getIssueAdminSession(Proxy proxy)
Gets the
OsidSession associated with the issue
administration service. |
IssueAdminSession |
getIssueAdminSessionForFrontOffice(Id frontOfficeId,
Proxy proxy)
Gets the
OsidSession associated with the issue
administration service for the given front office. |
IssueFrontOfficeAssignmentSession |
getIssueFrontOfficeAssignmentSession(Proxy proxy)
Gets the
OsidSession associated with assigning issues
to frontOffices. |
IssueFrontOfficeSession |
getIssueFrontOfficeSession(Proxy proxy)
Gets the
OsidSession to lookup issue/front office
trackings. |
IssueLookupSession |
getIssueLookupSession(Proxy proxy)
Gets the
OsidSession associated with the issue lookup
service. |
IssueLookupSession |
getIssueLookupSessionForFrontOffice(Id frontOfficeId,
Proxy proxy)
Gets the
OsidSession associated with the issue lookup
service for the given front office. |
IssueMessagingSession |
getIssueMessagingSession(Proxy proxy)
Gets the
OsidSession associated with the issue
messaging service. |
IssueMessagingSession |
getIssueMessagingSessionForFrontOffice(Id frontOfficeId,
Proxy proxy)
Gets the
OsidSession associated with the issue
messaging service for the given front office. |
IssueNotificationSession |
getIssueNotificationSession(IssueReceiver issueReceiver,
Proxy proxy)
Gets the
OsidSession associated with the issue
notification service. |
IssueNotificationSession |
getIssueNotificationSessionForFrontOffice(IssueReceiver issueReceiver,
Id frontOfficeId,
Proxy proxy)
Gets the
OsidSession associated with the issue
notification service for the given front office. |
IssueQuerySession |
getIssueQuerySession(Proxy proxy)
Gets the
OsidSession associated with the issue query
service. |
IssueQuerySession |
getIssueQuerySessionForFrontOffice(Id frontOfficeId,
Proxy proxy)
Gets the
OsidSession associated with the issue query
service for the given front office. |
IssueResourcingSession |
getIssueResourcingSession(Proxy proxy)
Gets the
OsidSession associated with the issue
resourcing service. |
IssueResourcingSession |
getIssueResourcingSessionForFrontOffice(Id frontOfficeId,
Proxy proxy)
Gets the
OsidSession associated with the issue
resourcing service for the given front office. |
IssueSearchSession |
getIssueSearchSession(Proxy proxy)
Gets the
OsidSession associated with the issue search
service. |
IssueSearchSession |
getIssueSearchSessionForFrontOffice(Id frontOfficeId,
Proxy proxy)
Gets the
OsidSession associated with the issue search
service for the given front office. |
IssueSmartFrontOfficeSession |
getIssueSmartFrontOfficeSession(Id frontOfficeId,
Proxy proxy)
Gets the
OsidSession to manage locatin smart
frontOffices. |
IssueTrackingSession |
getIssueTrackingSession(Proxy proxy)
Gets the
OsidSession associated with the issue tracking
service. |
IssueTrackingSession |
getIssueTrackingSessionForFrontOffice(Id frontOfficeId,
Proxy proxy)
Gets the
OsidSession associated with the issue tracking
service for the given front office. |
IssueTriagingSession |
getIssueTriagingSession(Proxy proxy)
Gets the
OsidSession associated with the issue triaging
service. |
IssueTriagingSession |
getIssueTriagingSessionForFrontOffice(Id frontOfficeId,
Proxy proxy)
Gets the
OsidSession associated with the issue triaging
service for the given front office. |
LogEntryLookupSession |
getLogEntryLookupSession(Proxy proxy)
Gets the
OsidSession associated with the log entry
lookup service. |
LogEntryLookupSession |
getLogEntryLookupSessionForFrontOffice(Id frontOfficeId,
Proxy proxy)
Gets the
OsidSession associated with the log entry
lookup service for the given front office. |
LogEntryNotificationSession |
getLogEntryNotificationSession(LogEntryReceiver logEntryReceiver,
Proxy proxy)
Gets the
OsidSession associated with the log entry
notification service. |
LogEntryNotificationSession |
getLogEntryNotificationSessionForFrontOffice(LogEntryReceiver logEntryReceiver,
Id frontOfficeId,
Proxy proxy)
Gets the
OsidSession associated with the log entry
notification service for the given front office. |
MyIssueSession |
getMyIssueSession(Proxy proxy)
Gets the
OsidSession associated with the my issue
service. |
MyIssueSession |
getMyIssueSessionForFrontOffice(Id frontOfficeId,
Proxy proxy)
Gets the
OsidSession associated with the my issue
service for the given front office. |
QueueAdminSession |
getQueueAdminSession(Proxy proxy)
Gets the
OsidSession associated with the queue
administration service. |
QueueAdminSession |
getQueueAdminSessionForFrontOffice(Id frontOfficeId,
Proxy proxy)
Gets the
OsidSession associated with the queue
administration service for the given front office. |
QueueFrontOfficeAssignmentSession |
getQueueFrontOfficeAssignmentSession(Proxy proxy)
Gets the
OsidSession associated with assigning queues
to frontOffices. |
QueueFrontOfficeSession |
getQueueFrontOfficeSession(Proxy proxy)
Gets the
OsidSession to lookup queue/front office
issues. |
QueueLookupSession |
getQueueLookupSession(Proxy proxy)
Gets the
OsidSession associated with the queue lookup
service. |
QueueLookupSession |
getQueueLookupSessionForFrontOffice(Id frontOfficeId,
Proxy proxy)
Gets the
OsidSession associated with the queue lookup
service for the given front office. |
QueueNotificationSession |
getQueueNotificationSession(QueueReceiver queueReceiver,
Proxy proxy)
Gets the
OsidSession associated with the queue
notification service. |
QueueNotificationSession |
getQueueNotificationSessionForFrontOffice(QueueReceiver queueReceiver,
Id frontOfficeId,
Proxy proxy)
Gets the
OsidSession associated with the queue
notification service for the given front office. |
QueueQuerySession |
getQueueQuerySession(Proxy proxy)
Gets the
OsidSession associated with the queue query
service. |
QueueQuerySession |
getQueueQuerySessionForFrontOffice(Id frontOfficeId,
Proxy proxy)
Gets the
OsidSession associated with the queue query
service for the given front office. |
QueueResourcingSession |
getQueueResourcingSession(Proxy proxy)
Gets the
OsidSession associated with the queue
resourcing service. |
QueueResourcingSession |
getQueueResourcingSessionForFrontOffice(Id frontOfficeId,
Proxy proxy)
Gets the
OsidSession associated with the queue
resourcing service for the given front office. |
QueueSearchSession |
getQueueSearchSession(Proxy proxy)
Gets the
OsidSession associated with the queue search
service. |
QueueSearchSession |
getQueueSearchSessionForFrontOffice(Id frontOfficeId,
Proxy proxy)
Gets the
OsidSession associated with the queue search
service for the given front office. |
QueueSmartFrontOfficeSession |
getQueueSmartFrontOfficeSession(Id frontOfficeId,
Proxy proxy)
Gets the
OsidSession to manage queue smart
frontOffices. |
SubtaskIssueAdminSession |
getSubtaskIssueAdminSession(Proxy proxy)
Gets the
OsidSession associated with the subtask issue
administration service. |
SubtaskIssueAdminSession |
getSubtaskIssueAdminSessionForFrontOffice(Id frontOfficeId,
Proxy proxy)
Gets the
OsidSession associated with the subtask issue
administration service for the given front office. |
SubtaskIssueLookupSession |
getSubtaskIssueLookupSession(Proxy proxy)
Gets the
OsidSession associated with the subtask issue
lookup service. |
SubtaskIssueLookupSession |
getSubtaskIssueLookupSessionForFrontOffice(Id frontOfficeId,
Proxy proxy)
Gets the
OsidSession associated with the subtask issue
lookup service for the given front office. |
TrackingRulesProxyManager |
getTrackingRulesProxyManager()
Gets a
TrackingRulesProxyManager. |
changeBranch, initialize, rollbackServiceclosegetFrontOfficeRecordTypes, getFrontOfficeSearchRecordTypes, getIssueRecordTypes, getIssueSearchRecordTypes, getLogEntryRecordTypes, getQueueRecordTypes, getQueueSearchRecordTypes, supportsBlockingIssueAdmin, supportsBlockingIssueLookup, supportsBranchedIssueAdmin, supportsBranchedIssueLookup, supportsDuplicateIssueAdmin, supportsDuplicateIssueLookup, supportsFrontOfficeAdmin, supportsFrontOfficeHierarchy, supportsFrontOfficeHierarchyDesign, supportsFrontOfficeLookup, supportsFrontOfficeNotification, supportsFrontOfficeQuery, supportsFrontOfficeRecordType, supportsFrontOfficeSearch, supportsFrontOfficeSearchRecordType, supportsIssueAdmin, supportsIssueFrontOffice, supportsIssueFrontOfficeAssignment, supportsIssueLookup, supportsIssueMessaging, supportsIssueNotification, supportsIssueQuery, supportsIssueRecordType, supportsIssueResourcing, supportsIssueSearch, supportsIssueSearchRecordType, supportsIssueSmartFrontOffice, supportsIssueTracking, supportsIssueTriaging, supportsLogEntryLookup, supportsLogEntryNotification, supportsLogEntryRecordType, supportsMyIssue, supportsQueueAdmin, supportsQueueFrontOffice, supportsQueueFrontOfficeAssignment, supportsQueueLookup, supportsQueueNotification, supportsQueueQuery, supportsQueueRecordType, supportsQueueResourcing, supportsQueueSearch, supportsQueueSearchRecordType, supportsQueueSmartFrontOffice, supportsSubtaskIssueAdmin, supportsSubtaskIssueLookup, supportsTrackingRules, supportsVisibleFederationgetBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdMyIssueSession getMyIssueSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the my issue
service.proxy - a proxy MyIssueSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException - supportsMyIssue()
is false optional - This method must be implemented if
supportsMyIssue() is true. MyIssueSession getMyIssueSessionForFrontOffice(Id frontOfficeId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the my issue
service for the given front office.frontOfficeId - the Id of the front officeproxy - a proxy MyIssueLookupSession NotFoundException - no FrontOffice found
by the given Id NullArgumentException - frontOfficeId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException - supportsMyIssue()
or supportsVisibleFederation() is
false optional - This method must be implemented if
supportsMyIssue() and
supportsVisibleFederation() are true
IssueTrackingSession getIssueTrackingSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the issue tracking
service.proxy - a proxy IssueTrackingSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException - supportsIssueTracking()
is false optional - This method must be implemented if
supportsIssueTracking() is true. IssueTrackingSession getIssueTrackingSessionForFrontOffice(Id frontOfficeId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the issue tracking
service for the given front office.frontOfficeId - the Id of the front officeproxy - a proxy IssueTrackingSession NotFoundException - no FrontOffice found
by the given IdNullArgumentException - frontOfficeId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException - supportsIssueTracking()
or supportsVisibleFederation() is
false optional - This method must be implemented if
supportsIssueTracking() and
supportsVisibleFederation() are true
IssueResourcingSession getIssueResourcingSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the issue
resourcing service.proxy - a proxy IssueResourcingSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsIssueResourcing() is false optional - This method must be implemented if
supportsIssueResourcing() is true. IssueResourcingSession getIssueResourcingSessionForFrontOffice(Id frontOfficeId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the issue
resourcing service for the given front office.frontOfficeId - the Id of the front officeproxy - a proxy IssueResourcingSession NotFoundException - no FrontOffice found
by the given IdNullArgumentException - frontOfficeId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsIssueResourcing() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsIssueResourcing() and
supportsVisibleFederation() are true
IssueTriagingSession getIssueTriagingSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the issue triaging
service.proxy - a proxy IssueTriagingSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException - supportsMyIssueLookup()
is false optional - This method must be implemented if
supportsIssueTriaging() is true. IssueTriagingSession getIssueTriagingSessionForFrontOffice(Id frontOfficeId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the issue triaging
service for the given front office.frontOfficeId - the Id of the front officeproxy - a proxy IssueTriagingSession NotFoundException - no FrontOffice found
by the given Id NullArgumentException - frontOfficeId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException - supportsIssueTriaging()
or supportsVisibleFederation() is
false optional - This method must be implemented if
supportsIssueTriaging() and
supportsVisibleFederation() are true
IssueLookupSession getIssueLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the issue lookup
service.proxy - a proxy IssueLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException - supportsIssueLookup()
is false optional - This method must be implemented if
supportsIssueLookup() is true. IssueLookupSession getIssueLookupSessionForFrontOffice(Id frontOfficeId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the issue lookup
service for the given front office.frontOfficeId - the Id of the front officeproxy - a proxy IssueLookupSession NotFoundException - no FrontOffice found
by the given Id NullArgumentException - frontOfficeId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException - supportsIssueLookup()
or supportsVisibleFederation() is
false optional - This method must be implemented if
supportsIssueLookup() and
supportsVisibleFederation() are true
IssueQuerySession getIssueQuerySession(Proxy proxy) throws OperationFailedException
OsidSession associated with the issue query
service.proxy - a proxy IssueQuerySession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException - supportsIssueQuery()
is false optional - This method must be implemented if
supportsIssueQuery() is true. IssueQuerySession getIssueQuerySessionForFrontOffice(Id frontOfficeId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the issue query
service for the given front office.frontOfficeId - the Id of the FrontOffice
proxy - a proxy IssueQuerySession NotFoundException - no front office found by the given
Id NullArgumentException - frontOfficeId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException - supportsIssueQuery()
or supportsVisibleFederation() is
false optional - This method must be implemented if
supportsIssueQuery() and
supportsVisibleFederation() are true
IssueSearchSession getIssueSearchSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the issue search
service.proxy - a proxy IssueSearchSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException - supportsIssueSearch()
is false optional - This method must be implemented if
supportsIssueSearch() is true. IssueSearchSession getIssueSearchSessionForFrontOffice(Id frontOfficeId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the issue search
service for the given front office.frontOfficeId - the Id of the FrontOffice
proxy - a proxy IssueSearchSession NotFoundException - no front office found by the given
Id NullArgumentException - frontOfficeId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException - supportsIssueSearch()
or supportsVisibleFederation() is
false optional - This method must be implemented if
supportsIssueSearch() and
supportsVisibleFederation() are true
IssueAdminSession getIssueAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the issue
administration service.proxy - a proxy IssueAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException - supportsIssueAdmin()
is false optional - This method must be implemented if
supportsIssueAdmin() is true. IssueAdminSession getIssueAdminSessionForFrontOffice(Id frontOfficeId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the issue
administration service for the given front office.frontOfficeId - the Id of the Queue
proxy - a proxy IssueAdminSession NotFoundException - no FrontOffice found
by the given IdNullArgumentException - frontOfficeId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException - supportsIssueAdmin()
or supportsVisibleFederation() is
false optional - This method must be implemented if
supportsIssueAdmin() and
supportsVisibleFederation() are true
IssueNotificationSession getIssueNotificationSession(IssueReceiver issueReceiver, Proxy proxy) throws OperationFailedException
OsidSession associated with the issue
notification service.issueReceiver - the notification callbackproxy - a proxy IssueNotificationSession NullArgumentException - issueReceiver or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsIssueNotification() is false optional - This method must be implemented if
supportsIssueNotification() is true.
IssueNotificationSession getIssueNotificationSessionForFrontOffice(IssueReceiver issueReceiver, Id frontOfficeId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the issue
notification service for the given front office.issueReceiver - the notification callbackfrontOfficeId - the Id of the FrontOffice
proxy - a proxy IssueNotificationSession NotFoundException - no front office found by the given
Id NullArgumentException - issueReceiver,
frontOfficeId or proxy is null
OperationFailedException - unable to complete requestUnimplementedException -
supportsIssueNotification() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsIssueNotification() and
supportsVisibleFederation() are true
IssueFrontOfficeSession getIssueFrontOfficeSession(Proxy proxy) throws OperationFailedException
OsidSession to lookup issue/front office
trackings.proxy - a proxy IssueFrontOfficeSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsIssueFrontOffice() is false optional - This method must be implemented if
supportsIssueFrontOffice() is true. IssueFrontOfficeAssignmentSession getIssueFrontOfficeAssignmentSession(Proxy proxy) throws OperationFailedException
OsidSession associated with assigning issues
to frontOffices.proxy - a proxy IssueFrontOfficeAssignmentSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsIssueFrontOfficeAssignment() is false
optional - This method must be implemented if
supportsIssueFrontOfficeAssignment() is
true. IssueSmartFrontOfficeSession getIssueSmartFrontOfficeSession(Id frontOfficeId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession to manage locatin smart
frontOffices.frontOfficeId - the Id of the FrontOffice
proxy - a proxy IssueSmartFrontOfficeSession NotFoundException - no front office found by the given
Id NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsIssueSmartFrontOffice() is false
optional - This method must be implemented if
supportsIssueSmartFrontOffice() is true.
SubtaskIssueLookupSession getSubtaskIssueLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the subtask issue
lookup service.proxy - a proxy SubtaskIssueLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsSubtaskIssueLookup() is false optional - This method must be implemented if
supportsSubtaskIssueLookup() is true.
SubtaskIssueLookupSession getSubtaskIssueLookupSessionForFrontOffice(Id frontOfficeId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the subtask issue
lookup service for the given front office.frontOfficeId - the Id of the front officeproxy - a proxy SubtaskIssueLookupSession NotFoundException - no FrontOffice found
by the given Id NullArgumentException - frontOfficeId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsSubtaskIssueLookup() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsSubtaskIssueLookup() and
supportsVisibleFederation() are true
SubtaskIssueAdminSession getSubtaskIssueAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the subtask issue
administration service.proxy - a proxy SubtaskIssueAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsSubtaskIssueAdmin() is false optional - This method must be implemented if
supportsSubtaskIssueAdmin() is true.
SubtaskIssueAdminSession getSubtaskIssueAdminSessionForFrontOffice(Id frontOfficeId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the subtask issue
administration service for the given front office.frontOfficeId - the Id of the front officeproxy - a proxy SubtaskIssueAdminSession NotFoundException - no FrontOffice found
by the given Id NullArgumentException - frontOfficeId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsSubtaskIssueAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsSubtaskIssueAdmin() and
supportsVisibleFederation() are true
DuplicateIssueLookupSession getDuplicateIssueLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the duplicate
issue lookup service.proxy - a proxy DuplicateIssueLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsDuplicateIssueLookup() is false optional - This method must be implemented if
supportsDuplicateIssueLookup() is true.
DuplicateIssueLookupSession getDuplicateIssueLookupSessionForFrontOffice(Id frontOfficeId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the duplicate
issue lookup service for the given front office.frontOfficeId - the Id of the front officeproxy - a proxy DuplicateIssueLookupSession NotFoundException - no FrontOffice found
by the given Id NullArgumentException - frontOfficeId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsDuplicateIssueLookup() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsDuplicateIssueLookup() and
supportsVisibleFederation() are true
DuplicateIssueAdminSession getDuplicateIssueAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the duplicate
issue administration service.proxy - a proxy DuplicateIssueAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsDuplicateIssueAdmin() is false optional - This method must be implemented if
supportsDuplicateIssueAdmin() is true.
DuplicateIssueAdminSession getDuplicateIssueAdminSessionForFrontOffice(Id frontOfficeId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the duplicate
issue administration service for the given front office.frontOfficeId - the Id of the front officeproxy - a proxy DuplicateIssueAdminSession NotFoundException - no FrontOffice found
by the given Id NullArgumentException - frontOfficeId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsDuplicateIssueAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsDuplicateIssueAdmin() and
supportsVisibleFederation() are true
BranchedIssueLookupSession getBranchedIssueLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the branched issue
lookup service.proxy - a proxy BranchedIssueLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsBranchedIssueLookup() is false optional - This method must be implemented if
supportsBranchedIssueLookup() is true.
BranchedIssueLookupSession getBranchedIssueLookupSessionForFrontOffice(Id frontOfficeId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the branched issue
lookup service for the given front office.frontOfficeId - the Id of the front officeproxy - a proxy BranchedIssueLookupSession NotFoundException - no FrontOffice found
by the given Id NullArgumentException - frontOfficeId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsBranchedIssueLookup() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsBranchedIssueLookup() and
supportsVisibleFederation() are true
BranchedIssueAdminSession getBranchedIssueAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the branched issue
administration service.proxy - a proxy BranchedIssueAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsBranchedIssueAdmin() is false optional - This method must be implemented if
supportsBranchedIssueAdmin() is true.
BranchedIssueAdminSession getBranchedIssueAdminSessionForFrontOffice(Id frontOfficeId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the branched issue
administration service for the given front office.frontOfficeId - the Id of the front officeproxy - a proxy BranchedIssueAdminSession NotFoundException - no FrontOffice found
by the given Id NullArgumentException - frontOfficeId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsBranchedIssueAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsBranchedIssueAdmin() and
supportsVisibleFederation() are true
BlockingIssueLookupSession getBlockingIssueLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the blocking issue
lookup service.proxy - a proxy BlockingIssueLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsBlockingIssueLookup() is false optional - This method must be implemented if
supportsBlockingIssueLookup() is true.
BlockingIssueLookupSession getBlockingIssueLookupSessionForFrontOffice(Id frontOfficeId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the blocking issue
lookup service for the given front office.frontOfficeId - the Id of the front officeproxy - a proxy BlockingIssueLookupSession NotFoundException - no FrontOffice found
by the given Id NullArgumentException - frontOfficeId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsBlockingIssueLookup() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsBlockingIssueLookup() and
supportsVisibleFederation() are true
BlockingIssueAdminSession getBlockingIssueAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the blocking issue
administration service.proxy - a proxy BlockingIssueAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsBlockingIssueAdmin() is false optional - This method must be implemented if
supportsBlockingIssueAdmin() is true.
BlockingIssueAdminSession getBlockingIssueAdminSessionForFrontOffice(Id frontOfficeId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the blocking issue
administration service for the given front office.frontOfficeId - the Id of the front officeproxy - a proxy BlockingIssueAdminSession NotFoundException - no FrontOffice found
by the given Id NullArgumentException - frontOfficeId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsBlockingIssueAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsBlockingIssueAdmin() and
supportsVisibleFederation() are true
LogEntryLookupSession getLogEntryLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the log entry
lookup service.proxy - a proxy LogEntryLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsLogEntryLookup() is false optional - This method must be implemented if
supportsLogEntryLookup() is true. LogEntryLookupSession getLogEntryLookupSessionForFrontOffice(Id frontOfficeId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the log entry
lookup service for the given front office.frontOfficeId - the Id of the FrontOffice
proxy - a proxy LogEntryLookupSession NotFoundException - no FrontOffice found
by the given Id NullArgumentException - frontOfficeId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsLogEntryLookup() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsLogEntryLookup() and
supportsVisibleFederation() are true
IssueMessagingSession getIssueMessagingSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the issue
messaging service.proxy - a proxy IssueMessagingSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsIssueMessaging() is false optional - This method must be implemented if
supportsIssueMessaging() is true. IssueMessagingSession getIssueMessagingSessionForFrontOffice(Id frontOfficeId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the issue
messaging service for the given front office.frontOfficeId - the Id of the FrontOffice
proxy - a proxy IssueMessagingSession NotFoundException - no FrontOffice found
by the given Id NullArgumentException - frontOfficeId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsIssueMessaging() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsIssueMessaging() and
supportsVisibleFederation() are true
LogEntryNotificationSession getLogEntryNotificationSession(LogEntryReceiver logEntryReceiver, Proxy proxy) throws OperationFailedException
OsidSession associated with the log entry
notification service.logEntryReceiver - the notification callbackproxy - a proxy LogEntryNotificationSession NullArgumentException - logEntryReceiver
or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsLogEntryNotification() is false optional - This method must be implemented if
supportsLogEntryNotification() is true.
LogEntryNotificationSession getLogEntryNotificationSessionForFrontOffice(LogEntryReceiver logEntryReceiver, Id frontOfficeId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the log entry
notification service for the given front office.logEntryReceiver - the notification callbackfrontOfficeId - the Id of the FrontOffice
proxy - a proxy LogEntryNotificationSession NotFoundException - no front office found by the given
Id NullArgumentException - logEntryReceiver,
frontOfficeId or proxy is null
OperationFailedException - unable to complete requestUnimplementedException -
supportsLogEntryNotification() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsLogEntryNotification() and
supportsVisibleFederation() are true
QueueLookupSession getQueueLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the queue lookup
service.proxy - a proxy QueueLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException - supportsQueueLookup()
is false optional - This method must be implemented if
supportsQueueLookup() is true. QueueLookupSession getQueueLookupSessionForFrontOffice(Id frontOfficeId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the queue lookup
service for the given front office.frontOfficeId - the Id of the FrontOffice
proxy - a proxy QueueLookupSession NotFoundException - no FrontOffice found
by the given Id NullArgumentException - frontOfficeId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException - supportsQueueLookup()
or supportsVisibleFederation() is
false optional - This method must be implemented if
supportsQueueLookup() and
supportsVisibleFederation() are true
QueueQuerySession getQueueQuerySession(Proxy proxy) throws OperationFailedException
OsidSession associated with the queue query
service.proxy - a proxy QueueQuerySession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException - supportsQueueQuery()
is false optional - This method must be implemented if
supportsQueueQuery() is true. QueueQuerySession getQueueQuerySessionForFrontOffice(Id frontOfficeId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the queue query
service for the given front office.frontOfficeId - the Id of the FrontOffice
proxy - a proxy QueueQuerySession NotFoundException - no front office found by the given
Id NullArgumentException - frontOfficeId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException - supportsQueueQuery()
or supportsVisibleFederation() is
false optional - This method must be implemented if
supportsQueueQuery() and
supportsVisibleFederation() are true
QueueSearchSession getQueueSearchSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the queue search
service.proxy - a proxy QueueSearchSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException - supportsQueueSearch()
is false optional - This method must be implemented if
supportsQueueSearch() is true. QueueSearchSession getQueueSearchSessionForFrontOffice(Id frontOfficeId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the queue search
service for the given front office.frontOfficeId - the Id of the FrontOffice
proxy - a proxy QueueSearchSession NotFoundException - no front office found by the given
Id NullArgumentException - frontOfficeId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException - supportsQueueSearch()
or supportsVisibleFederation() is
false optional - This method must be implemented if
supportsQueueSearch() and
supportsVisibleFederation() are true
QueueAdminSession getQueueAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the queue
administration service.proxy - a proxy QueueAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException - supportsQueueAdmin()
is false optional - This method must be implemented if
supportsQueueAdmin() is true. QueueAdminSession getQueueAdminSessionForFrontOffice(Id frontOfficeId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the queue
administration service for the given front office.frontOfficeId - the Id of the FrontOffice
proxy - a proxy QueueAdminSession NotFoundException - no front office found by the given
Id NullArgumentException - frontOfficeId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException - supportsQueueAdmin()
or supportsVisibleFederation() is
false optional - This method must be implemented if
supportsQueueAdmin() and
supportsVisibleFederation() are true
QueueNotificationSession getQueueNotificationSession(QueueReceiver queueReceiver, Proxy proxy) throws OperationFailedException
OsidSession associated with the queue
notification service.queueReceiver - the notification callbackproxy - a proxy QueueNotificationSession NullArgumentException - queueReceiver or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsQueueNotification() is false optional - This method must be implemented if
supportsQueueNotification() is true.
QueueNotificationSession getQueueNotificationSessionForFrontOffice(QueueReceiver queueReceiver, Id frontOfficeId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the queue
notification service for the given front office.queueReceiver - the notification callbackfrontOfficeId - the Id of the FrontOffice
proxy - a proxy QueueNotificationSession NotFoundException - no front office found by the given
Id NullArgumentException - queueReceiver,
frontOfficeId or proxy is null
OperationFailedException - unable to complete requestUnimplementedException -
supportsQueueNotification() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsQueueNotification() and
supportsVisibleFederation() are true
QueueFrontOfficeSession getQueueFrontOfficeSession(Proxy proxy) throws OperationFailedException
OsidSession to lookup queue/front office
issues.proxy - a proxy QueueFrontOfficeSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsQueueFrontOffice() is false optional - This method must be implemented if
supportsQueueFrontOffice() is true. QueueFrontOfficeAssignmentSession getQueueFrontOfficeAssignmentSession(Proxy proxy) throws OperationFailedException
OsidSession associated with assigning queues
to frontOffices.proxy - a proxy QueueFrontOfficeAssignmentSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsQueueFrontOfficeAssignment() is false
optional - This method must be implemented if
supportsQueueFrontOfficeAssignment() is
true. QueueSmartFrontOfficeSession getQueueSmartFrontOfficeSession(Id frontOfficeId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession to manage queue smart
frontOffices.frontOfficeId - the Id of the FrontOffice
proxy - a proxy QueueSmartFrontOfficeSession NotFoundException - no front office found by the given
Id NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsQueueSmartFrontOffice() is false
optional - This method must be implemented if
supportsQueueSmartFrontOffice() is true.
QueueResourcingSession getQueueResourcingSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the queue
resourcing service.proxy - a proxy QueueResourcingSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsQueueResourcing() is false optional - This method must be implemented if
supportsQueueResourcing() is true. QueueResourcingSession getQueueResourcingSessionForFrontOffice(Id frontOfficeId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the queue
resourcing service for the given front office.frontOfficeId - the Id of the Queue
proxy - a proxy QueueResourcingSession NotFoundException - no FrontOffice found
by the given IdNullArgumentException - frontOfficeId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsQueueResourcing() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsQueueResourcing() and
supportsVisibleFederation() are true
FrontOfficeLookupSession getFrontOfficeLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the front office
lookup service.proxy - a proxy FrontOfficeLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsFrontOfficeLookup() is false optional - This method must be implemented if
supportsFrontOfficeLookup() is true.
FrontOfficeQuerySession getFrontOfficeQuerySession(Proxy proxy) throws OperationFailedException
OsidSession associated with the front office
query service.proxy - a proxy FrontOfficeQuerySession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsFrontOfficeQuery() is false optional - This method must be implemented if
supportsFrontOfficeQuery() is true. FrontOfficeSearchSession getFrontOfficeSearchSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the front office
search service.proxy - a proxy FrontOfficeSearchSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsFrontOfficeSearch() is false optional - This method must be implemented if
supportsFrontOfficeSearch() is true.
FrontOfficeAdminSession getFrontOfficeAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the front office
administrative service.proxy - a proxy FrontOfficeAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsFrontOfficeAdmin() is false optional - This method must be implemented if
supportsFrontOfficeAdmin() is true. FrontOfficeNotificationSession getFrontOfficeNotificationSession(FrontOfficeReceiver frontOfficeReceiver, Proxy proxy) throws OperationFailedException
OsidSession associated with the front office
notification service.frontOfficeReceiver - the notification callbackproxy - a proxy FrontOfficeNotificationSession NullArgumentException - frontOfficeReceiver
or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsFrontOfficeNotification() is false
optional - This method must be implemented if
supportsFrontOfficeNotification() is true.
FrontOfficeHierarchySession getFrontOfficeHierarchySession(Proxy proxy) throws OperationFailedException
OsidSession associated with the front office
hierarchy service.proxy - a proxy FrontOfficeHierarchySession for frontOfficesNullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsFrontOfficeHierarchy() is false optional - This method must be implemented if
supportsFrontOfficeHierarchy() is true.
FrontOfficeHierarchyDesignSession getFrontOfficeHierarchyDesignSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the front office
hierarchy design service.proxy - a proxy HierarchyDesignSession for frontOfficesNullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsFrontOfficeHierarchyDesign() is false
optional - This method must be implemented if
supportsFrontOfficeHierarchyDesign() is
true. TrackingRulesProxyManager getTrackingRulesProxyManager() throws OperationFailedException
TrackingRulesProxyManager. TrackingRulesProxyManager OperationFailedException - unable to complete requestUnimplementedException - supportsTrackingRules()
is false optional - This method must be implemented if
supportsTrackingRules() is true.