Interface IssueViewContext

All Superinterfaces:
IssueProvider, UserProvider, ViewContext
All Known Subinterfaces:
AgentBacklogMailInfoViewContext, AgentChatEditorViewContext, AgentChatInfoViewContext, AgentDraftMailInfoViewContext, AgentEditorMailInfoViewContext, AgentMailEditorViewContext, AgentMailInfoViewContext, AgentOutgoingMailInfoViewContext, AgentPhoneTicketMailInfoViewContext, AgentQuickCaseMailInfoViewContext, ArchiveAccessCallInfoViewContext, ArchiveAccessChatInfoViewContext, ArchiveAccessMailInfoViewContext, BacklogCallInfoViewContext, BacklogChatInfoViewContext, BacklogMailInfoViewContext, CallInfoViewContext, ChatInfoViewContext, ClaimMailInfoViewContext, ExternalReplyMailInfoViewContext, IncomingMailInfoViewContext, MailInfoViewContext, OutgoingMailInfoViewContext, SearchResultCallInfoViewContext, SearchResultChatInfoViewContext, SearchResultMailInfoViewContext

public interface IssueViewContext extends ViewContext, IssueProvider
This interface is used to provide view context specific information for an issue.
Since:
10.0.142
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the currently viewed issue

    Methods inherited from interface com.novomind.ecom.api.iagent.frontend.ViewContext

    getUser
  • Method Details

    • getIssue

      Issue getIssue()
      Returns the currently viewed issue
      Specified by:
      getIssue in interface IssueProvider
      Returns:
      the currently viewed issue
      Since:
      10.0.142