Interface AgentHomeTabProvider
-
public interface AgentHomeTabProvider
AnAgentHomeTabProvider
is used to provide a customAgentHomeTab
in the home section of the novomind iAGENT Desk UI.- Since:
- 12.14
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentHomeTab
getAgentHomeTab(AgentHomeViewContext context)
The method is called on plugins implementing this interface to determine all information to display a customAgentHomeTab
view.
-
-
-
Method Detail
-
getAgentHomeTab
AgentHomeTab getAgentHomeTab(AgentHomeViewContext context)
The method is called on plugins implementing this interface to determine all information to display a customAgentHomeTab
view. The required information is returned through anAgentHomeTab
object. If the return value isnull
no home tab will be displayed for that request.- Parameters:
context
- TheAgentHomeViewContext
associated with the request to the view component- Returns:
- The
AgentHomeTab
instance providing all information to display the home tab. - Since:
- 12.14
-
-