public class ConnectorResourceImpl extends Object implements ConnectorResource
| Constructor and Description |
|---|
ConnectorResourceImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<ConnectorElement> |
getAllConnectors() |
ConnectorElement |
getConnector(String name)
Returns a specific approved connector instance.
|
static ConnectorElement |
getConnectorElement(Connector connector)
Creates an instance of
ConnectorElement from database model object Connector. |
public List<ConnectorElement> getAllConnectors()
getAllConnectors in interface ConnectorResourcepublic ConnectorElement getConnector(String name)
ConnectorResourcegetConnector in interface ConnectorResourcename - the name of the connector to retrievepublic static ConnectorElement getConnectorElement(Connector connector)
ConnectorElement from database model object Connector.connector - the database model objectCopyright © 2025 European Spallation Source. All rights reserved.