Class SkillSearchComponent

java.lang.Object
org.ametys.plugins.odfweb.service.search.AbstractSkillSearchComponent
org.ametys.plugins.odfweb.service.search.SkillSearchComponent
All Implemented Interfaces:
SearchComponent

This SearchComponent add a query on acquired skill's id if present
  • Constructor Details

  • Method Details

    • priority

      public int priority()
      Description copied from interface: SearchComponent
      Get the priority of the component. The lowest one will be executed first, and so on.
      Returns:
      the priority of the component
    • execute

      public void execute(SearchComponentArguments args) throws Exception
      Description copied from interface: SearchComponent
      Executes the component.
      Parameters:
      args - the arguments
      Throws:
      Exception - if an exception occurs. Other search components will be attempted to be executed