Interface AdminLinkSection

All Superinterfaces:
AdminWebItem
All Known Implementing Classes:
AdminLinkSectionBean, DefaultAdminLinkSection, JiraAdminLinkSection

@NotThreadSafe public interface AdminLinkSection extends AdminWebItem

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 Details

    • getLocation

      @Nullable String getLocation()
      Location of this section, which is usually ID of its parent section. May be null in case of root sections.
      Returns:
      location of this section
    • getSections

      @Nonnull Iterable<AdminLinkSection> getSections()
      Child sections of this section.
      Returns:
      child sections
    • getLinks

      @Nonnull Iterable<AdminLink> getLinks()
      Links of this section.
      Returns:
      links