Interface IssueTriagingSession

All Superinterfaces:
AutoCloseable, Closeable, OsidSession, OsidSession

public interface IssueTriagingSession extends OsidSession

This session defines methods for routing issues.

This lookup session defines several views:

  • isolated front office view: All issue methods in this session operate, retrieve and pertain to issues defined explicitly in the current front office. Using an isolated view is useful for managing Issues with the IssueAdminSession .
  • federated front office view: All issue lookup methods in this session operate, retrieve and pertain to all issues defined in this front office and any other issues implicitly available in this front office through front office inheritence.

The methods useFederatedFrontOfficeView() and useIsolatedFrontOfficeView() behave as a radio group and one should be selected before invoking any lookup methods.