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
This interface is used to provide view context specific information for an issue.
- Since:
- 10.0.142
-
Method Summary
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 interfaceIssueProvider
- Returns:
- the currently viewed issue
- Since:
- 10.0.142
-