Interface TrackingManager

All Superinterfaces:
AutoCloseable, Closeable, OsidManager, OsidManager, OsidProfile, Sourceable, TrackingProfile

public interface TrackingManager extends OsidManager, TrackingProfile

The tracking manager provides access to rules sessions and provides interoperability tests for various aspects of this service. 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 lookup issue front office 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