Interface OMAGServerConfigStoreRetrieveAll
-
- All Superinterfaces:
OMAGServerConfigStore
public interface OMAGServerConfigStoreRetrieveAll extends OMAGServerConfigStore
OMAGServerConfigStoreQueryAll provides a method to retrieve all the stored servers. It is an extension to the OMAGServerConfigStore interface to the configuration for an OMAG Server. This is accessed through a connector. This function has been added to a new interface so existing implementations using OMAGServerConfigStore continue to work.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<OMAGServerConfig>retrieveAllServerConfigs()Retrieve all the stored server configurations-
Methods inherited from interface org.odpi.openmetadata.adminservices.store.OMAGServerConfigStore
removeServerConfig, retrieveServerConfig, saveServerConfig, setServerName
-
-
-
-
Method Detail
-
retrieveAllServerConfigs
Set<OMAGServerConfig> retrieveAllServerConfigs()
Retrieve all the stored server configurations- Returns:
- the set of server configurations present in this OMAG Server Config store
-
-