Interface ScopeDescriptionService


public interface ScopeDescriptionService
  • Method Details

    • getScopeDescriptionsWithTitle

      Map<String,ScopeDescriptionWithTitle> getScopeDescriptionsWithTitle()
      Used to get the description title and description body for all scopes.
      Returns:
      Returns a map of scope names to their descriptions.
    • getScopeDescriptions

      Map<String,ScopeDescription> getScopeDescriptions()
      Used to get the descriptions for all scopes.
      Returns:
      Returns a map of scope names to their descriptions.