Interface AdminLinkManager

All Known Implementing Classes:
DefaultAdminLinkManager, JiraAdminLinkManager

public interface AdminLinkManager
Provides admin sections for given location. Sections and links are ordered in a tree hierarchy, where a section can contain any number of child sections and links and the child sections can again contain sections and links, and so on...
Since:
1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    getSection(String location, UserContext userContext)
    Return root section representing given location.
  • Method Details

    • getSection

      @Nonnull AdminLinkSection getSection(String location, UserContext userContext)
      Return root section representing given location.
      Parameters:
      location - location to look into
      userContext - current user context
      Returns:
      section representing root of the section/link tree, never null