Interface AdminWebItem

All Known Subinterfaces:
AdminLink, AdminLinkSection
All Known Implementing Classes:
AbstractAdminWebItemBean, AbstractDefaultAdminWebItem, AbstractJiraAdminWebItem, AdminLinkBean, AdminLinkSectionBean, DefaultAdminLink, DefaultAdminLinkSection, JiraAdminLink, JiraAdminLinkSection

public interface AdminWebItem
Base interface for admin sections and links.
Since:
1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Unique ID of the web item.
    Human readable label of the item.
    Custom parameters configured for this web item
  • Method Details

    • getId

      @Nullable String getId()
      Unique ID of the web item. Can be null, e.g. if an item (link, section) is dynamically generated.
      Returns:
      ID of the link
    • getLabel

      @Nullable String getLabel()
      Human readable label of the item. Can be null.
      Returns:
      label of the item
    • getParameters

      @Nonnull Map<String,String> getParameters()
      Custom parameters configured for this web item
      Returns:
      map of custom parameters