Interface SearchService
public interface SearchService
Service to manage Search connectors
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetConnectorAsEnabled(String name, boolean enabled) Changes a search connector status, identified by its name
-
Method Details
-
getEnabledConnectorNames
- Returns:
Listof Enabled search connector names
-
setConnectorAsEnabled
Changes a search connector status, identified by its name- Parameters:
name- name ofSearchConnectorenabled- new status to assign toSearchConnector
-
getConnectors
Set<SearchConnector> getConnectors()- Returns:
- a
Setof all availableSearchConnector
-
getEnabledConnectors
Set<SearchConnector> getEnabledConnectors()- Returns:
- a
SetofSearchConnectorset as enabled
-