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. SeeSupervisorTenantVisibilityContext
for 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. SeeAgentTenantVisibilityContext
for 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. SeeOnlineAgentTenantVisibilityContext
for 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. SeeSupervisorCategoryVisibilityContext
for 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. SeeAgentCategoryVisibilityContext
for 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. SeeOnlineAgentCategoryVisibilityContext
for more information.- Returns:
- A set of visible categories for the given context
- Since:
- 11.0
-