Interface ViewContext
-
- All Superinterfaces:
UserProvider
- All Known Subinterfaces:
AccountConnectorTabViewContext
,AgentBacklogMailInfoViewContext
,AgentCallCloseActionViewContext
,AgentChatCloseActionViewContext
,AgentChatEditorViewContext
,AgentChatInfoViewContext
,AgentDraftMailInfoViewContext
,AgentEditorMailInfoViewContext
,AgentHomeViewContext
,AgentMailEditorViewContext
,AgentMailInfoViewContext
,AgentOutgoingMailInfoViewContext
,AgentPhoneTicketMailEditorViewContext
,AgentPhoneTicketMailInfoViewContext
,AgentQuickCaseMailEditorViewContext
,AgentQuickCaseMailInfoViewContext
,AgentSidebarViewContext
,AgentTicketCloseActionViewContext
,AgentTicketSendAndCloseActionViewContext
,ArchiveAccessCallInfoViewContext
,ArchiveAccessChatInfoViewContext
,ArchiveAccessMailInfoViewContext
,BacklogCallInfoViewContext
,BacklogChatInfoViewContext
,BacklogMailInfoViewContext
,CallInfoViewContext
,CategoryConfigViewContext
,ChatInfoViewContext
,ClaimMailInfoViewContext
,ExternalReplyMailInfoViewContext
,ExternalRoutingConnectorTabViewContext
,IncomingMailInfoViewContext
,IncomingMessageViewContext
,IncomingMessengerRawMessageAgentViewContext
,IncomingMessengerRawMessageArchiveAccessViewContext
,IncomingMessengerRawMessageBacklogViewContext
,IncomingMessengerRawMessageSearchResultViewContext
,IssueViewContext
,MailInfoViewContext
,MessageViewContext
,MessengerAccountConnectorTabViewContext
,MessengerRawMessageAgentViewContext
,MessengerRawMessageArchiveAccessViewContext
,MessengerRawMessageBacklogViewContext
,MessengerRawMessageSearchResultViewContext
,MessengerRawMessageViewContext
,OutgoingMailInfoViewContext
,OutgoingMessengerRawMessageAgentViewContext
,OutgoingMessengerRawMessageArchiveAccessViewContext
,OutgoingMessengerRawMessageBacklogViewContext
,OutgoingMessengerRawMessageSearchResultViewContext
,PhoneSystemConnectorTabViewContext
,SearchResultCallInfoViewContext
,SearchResultChatInfoViewContext
,SearchResultMailInfoViewContext
,SentMessageViewContext
,SupervisorMultiTicketsActionViewContext
,SupervisorMultiTicketsCloseActionViewContext
,TenantConfigViewContext
,TopHeaderViewContext
,TransactionCodeConfigViewContext
,UserConfigViewContext
public interface ViewContext extends UserProvider
AViewContext
object is passed as method parameter for UI plugins and provides information about the current view context.- Since:
- 10.0.16
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description User
getUser()
Returns the currently logged on user associated with the ViewContext
-
-
-
Method Detail
-
getUser
User getUser()
Returns the currently logged on user associated with the ViewContext- Specified by:
getUser
in interfaceUserProvider
- Returns:
- the User for this ViewContext
- Since:
- 10.0.28
-
-