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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Issue
getIssue()
Returns the currently viewed issue-
Methods inherited from interface com.novomind.ecom.api.iagent.frontend.ViewContext
getUser
-
-
-
-
Method Detail
-
getIssue
Issue getIssue()
Returns the currently viewed issue- Specified by:
getIssue
in interfaceIssueProvider
- Returns:
- the currently viewed issue
- Since:
- 10.0.142
-
-