Class ExplorerRegistry


  • @Service
    public class ExplorerRegistry
    extends Object
    The registry where explorers provided by different modules are registered so the can be dynamically added to contextual menus
    Author:
    Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
    • Constructor Detail

      • ExplorerRegistry

        public ExplorerRegistry()
    • Method Detail

      • getExplorersApplicableToRecursive

        public List<AbstractExplorer> getExplorersApplicableToRecursive​(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.