Interface VisibilityHandler
public interface VisibilityHandler
This handler provides the visibility information
This handler is only available in the supervisor application
- Since:
- 10.0.146
-
Method Summary
Modifier and TypeMethodDescriptionThis method returns the visible categories for the given agent contextThis method returns the visible categories for the given agent contextThis method returns the visible categories for the given supervisor contextgetTenants(AgentTenantVisibilityContext context) This method returns the visible tenants for the given agent contextThis method returns the visible tenants for the given online agent contextThis method returns the visible tenants for the given supervisor context
-
Method Details
-
getTenants
This method returns the visible tenants for the given supervisor context- Parameters:
context- The visibility context. SeeSupervisorTenantVisibilityContextfor more information.- Returns:
- A set of visible tenants for the given context
- Since:
- 10.0.146
-
getTenants
This method returns the visible tenants for the given agent context- Parameters:
context- The visibility context. SeeAgentTenantVisibilityContextfor more information.- Returns:
- A set of visible tenants for the given context
- Since:
- 10.0.146
-
getTenants
This method returns the visible tenants for the given online agent context- Parameters:
context- The visibility context. SeeOnlineAgentTenantVisibilityContextfor more information.- Returns:
- A set of visible tenants for the given context
- Since:
- 10.0.146
-
getCategories
This method returns the visible categories for the given supervisor context- Parameters:
context- The visibility context. SeeSupervisorCategoryVisibilityContextfor more information.- Returns:
- A set of visible categories for the given context
- Since:
- 11.0
-
getCategories
This method returns the visible categories for the given agent context- Parameters:
context- The visibility context. SeeAgentCategoryVisibilityContextfor more information.- Returns:
- A set of visible categories for the given context
- Since:
- 11.0
-
getCategories
This method returns the visible categories for the given agent context- Parameters:
context- The visibility context. SeeOnlineAgentCategoryVisibilityContextfor more information.- Returns:
- A set of visible categories for the given context
- Since:
- 11.0
-