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
-
Method Details
-
getId
Unique ID of the web item. Can benull, e.g. if an item (link, section) is dynamically generated.- Returns:
- ID of the link
-
getLabel
Human readable label of the item. Can benull.- Returns:
- label of the item
-
getParameters
Custom parameters configured for this web item- Returns:
- map of custom parameters
-