Interface IconsService

  • All Superinterfaces:
    Service
    All Known Implementing Classes:
    IconsServiceImpl

    public interface IconsService
    extends Service
    A service to manage icons.
    • Method Detail

      • list

        IconsService.ListRequest list()
        Get a list of icons. [source] ---- GET /ovirt-engine/api/icons ---- You will get a XML response which is similar to this one: [source,xml] ---- ... image/png ... ---- The order of the returned list of icons isn't guaranteed.
      • iconService

        IconService iconService​(String id)
        Reference to the service that manages an specific icon.
      • service

        Service service​(String path)
        Service locator method, returns individual service on which the URI is dispatched.