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 TypeMethodDescriptiongetSection(String location, UserContext userContext) Return root section representing given location.
-
Method Details
-
getSection
Return root section representing given location.- Parameters:
location- location to look intouserContext- current user context- Returns:
- section representing root of the section/link tree, never
null
-