Interface IconThemesResource


  • @Unstable
    public interface IconThemesResource
    Exposes the wiki icon themes and their icons through REST.
    Since:
    13.4RC1
    Version:
    $Id: 67ceae9c49483660bba03fbbb42d0aa3bc2bdb55 $
    • Method Detail

      • getIconsByTheme

        Icons getIconsByTheme​(String wikiName,
                              String iconTheme,
                              List<String> names)
        Returns the icons metadata of the requested icons list, for a given icon theme.
        Parameters:
        wikiName - the name of the wiki holding the icons
        iconTheme - the name of the icon theme holding the icons
        names - a list of icon names to return
        Returns:
        the list of resolved icons metadata
      • getIcons

        Icons getIcons​(String wikiName,
                       List<String> names)
        Returns the icons metadata of the requested icons list, for the default icon theme.
        Parameters:
        wikiName - the name of the wiki holding the icons
        names - a list of icon names to return
        Returns:
        the list of resolved icons metadata