Class OpenSearchConfigElement.EngineConfig
java.lang.Object
org.alfresco.repo.web.scripts.config.OpenSearchConfigElement.EngineConfig
- Enclosing class:
- OpenSearchConfigElement
Inner class representing the configuration of an OpenSearch engine
- Author:
- davidc
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEngineConfig
(String label, String labelId) ConstructEngineConfig
(String label, String labelId, String proxy) Construct -
Method Summary
-
Field Details
-
label
-
labelId
-
proxy
-
urls
-
-
Constructor Details
-
EngineConfig
Construct- Parameters:
label
- StringlabelId
- String
-
EngineConfig
Construct- Parameters:
label
- StringlabelId
- Stringproxy
- String
-
-
Method Details
-
getLabelId
- Returns:
- I18N label id
-
getLabel
- Returns:
- label
-
getProxy
- Returns:
- proxy
-
getUrls
Gets the urls supported by this engine- Returns:
- urls
-