Interface GlobalScreenElementService

All Superinterfaces:
Service

public interface GlobalScreenElementService
extends Service
Provides APIs for reading GlobalScreenElement.
  • Method Summary

    Modifier and Type Method Description
    java.util.Map<java.lang.String,​GlobalScreenElement> getPermittedGlobalScreenElements​(PlatformUserContext ctx)
    Returns a Map containing all GlobalScreenElements which are available to the given user context, subject to the user's RoleType along with any applicable Feature subscriptions for his Enterprise.
  • Method Details

    • getPermittedGlobalScreenElements

      java.util.Map<java.lang.String,​GlobalScreenElement> getPermittedGlobalScreenElements​(PlatformUserContext ctx)
      Returns a Map containing all GlobalScreenElements which are available to the given user context, subject to the user's RoleType along with any applicable Feature subscriptions for his Enterprise. Map is keyed by fully-qualified GlobalScreenElement name.
      Parameters:
      ctx - platform user context
      Returns:
      Map containing all GlobalScreenElements which are available to the given user context.