Interface AdminLinkSection
- All Superinterfaces:
AdminWebItem
- All Known Implementing Classes:
AdminLinkSectionBean,DefaultAdminLinkSection,JiraAdminLinkSection
An administration link section, which is really a collection of child sections and/or links.
Implementations of this class are meant to be used per request and are therefore not required to be thread safe.
- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptiongetLinks()Links of this section.Location of this section, which is usually ID of its parent section.Child sections of this section.Methods inherited from interface com.atlassian.administration.quicksearch.spi.AdminWebItem
getId, getLabel, getParameters
-
Method Details
-
getLocation
Location of this section, which is usually ID of its parent section. May benullin case of root sections.- Returns:
- location of this section
-
getSections
Child sections of this section.- Returns:
- child sections
-
getLinks
Links of this section.- Returns:
- links
-