Interface DataHubServerContextService
-
- All Known Implementing Classes:
DataHubServerContextServiceImpl
public interface DataHubServerContextServiceA service containing context of the DataHub server the user is working with now.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<DataHubServer>getAllServers()Retrieves all DataHub Servers available.DataHubServergetContextDataHubServer()Returns the DataHub server the user is working with.
-
-
-
Method Detail
-
getContextDataHubServer
DataHubServer getContextDataHubServer()
Returns the DataHub server the user is working with.- Returns:
- DataHub server currently being in the context of the user operations.
-
getAllServers
java.util.Collection<DataHubServer> getAllServers()
Retrieves all DataHub Servers available.- Returns:
- a collection of all servers available for the user to choose or an empty collection, if no servers configured.
-
-