Class ExplorerWidgetRegistry


  • @Service
    public class ExplorerWidgetRegistry
    extends Object
    The registry where explorers provided by different modules are registered so -among other things-
    Author:
    Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
    • Constructor Detail

      • ExplorerWidgetRegistry

        public ExplorerWidgetRegistry()
    • Method Detail

      • getExplorerWidgetsApplicableToRecursive

        public List<AbstractExplorerWidget> getExplorerWidgetsApplicableToRecursive​(String filter)
        Checks what object-related explorer are associated to a given inventory class. For example, a connections explorer to instances of class Rack.
        Parameters:
        filter - The class to be evaluated.
        Returns:
        The actions that can be executed from an instance of the given class or superclass.