public class DataManagerRESTServices extends Object
| Constructor and Description |
|---|
DataManagerRESTServices()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
GUIDResponse |
createDataManagerIntegrator(String serverName,
String userId,
SoftwareServerCapabilitiesProperties integratorCapabilities)
Create information about the integration daemon that is managing the acquisition of metadata from the
data manager.
|
GUIDResponse |
getDataManagerIntegratorGUID(String serverName,
String userId,
String qualifiedName)
Retrieve the unique identifier of the integration daemon.
|
ConnectionResponse |
getOutTopicConnection(String serverName,
String userId)
Return the connection object for the Data Manager OMAS's out topic.
|
public ConnectionResponse getOutTopicConnection(String serverName, String userId)
serverName - name of the service to route the request to.userId - identifier of calling user.public GUIDResponse createDataManagerIntegrator(String serverName, String userId, SoftwareServerCapabilitiesProperties integratorCapabilities)
serverName - name of the server to route the request to.userId - calling userintegratorCapabilities - description of the integration daemon (specify qualified name at a minimum)public GUIDResponse getDataManagerIntegratorGUID(String serverName, String userId, String qualifiedName)
serverName - name of the server to route the request to.userId - calling userqualifiedName - unique name of the integration daemonCopyright © 2018–2020 ODPi. All rights reserved.