Interface SharedAssetsFilterItem


public interface SharedAssetsFilterItem
Filters the shared items provided by the Shared With Me portlet. Implementations of this interface must be registered as OSGi components using the service SharedAssetsFilterItem. The navigation.item.order property defines the order in which the filter appears in the user interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the class that filters the sharing entries.
    default String
    Returns the icon displayed in the user interface.
    default String
    getLabel(Locale locale)
    Returns the label displayed in the user interface.
  • Method Details

    • getClassName

      String getClassName()
      Returns the name of the class that filters the sharing entries.
      Returns:
      the class name
    • getIcon

      default String getIcon()
      Returns the icon displayed in the user interface.
      Returns:
      the icon
    • getLabel

      default String getLabel(Locale locale)
      Returns the label displayed in the user interface.
      Returns:
      the label