public class DataManagerRESTServices extends Object
| Constructor and Description |
|---|
DataManagerRESTServices()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
GUIDResponse |
createDatabaseManagerInCatalog(String serverName,
String userId,
DatabaseManagerRequestBody requestBody)
Create information about the integration daemon that is managing the acquisition of metadata from the
data manager.
|
GUIDResponse |
createFileManagerInCatalog(String serverName,
String userId,
FileManagerRequestBody requestBody)
Files live on a file system.
|
GUIDResponse |
createFileSystemInCatalog(String serverName,
String userId,
FileSystemRequestBody requestBody)
Files live on a file system.
|
GUIDResponse |
getMetadataSourceGUID(String serverName,
String userId,
String qualifiedName)
Retrieve the unique identifier of the integration daemon service.
|
ConnectionResponse |
getOutTopicConnection(String serverName,
String userId,
String callerId)
Return the connection object for the Data Manager OMAS's out topic.
|
public ConnectionResponse getOutTopicConnection(String serverName, String userId, String callerId)
serverName - name of the service to route the request to.userId - identifier of calling user.callerId - unique identifier of the callerpublic GUIDResponse createFileSystemInCatalog(String serverName, String userId, FileSystemRequestBody requestBody)
serverName - name of calling serveruserId - calling userrequestBody - properties of the file systempublic GUIDResponse createFileManagerInCatalog(String serverName, String userId, FileManagerRequestBody requestBody)
serverName - name of calling serveruserId - calling userrequestBody - properties of the file systempublic GUIDResponse createDatabaseManagerInCatalog(String serverName, String userId, DatabaseManagerRequestBody requestBody)
serverName - name of the server to route the request to.userId - calling userrequestBody - description of the database managerpublic GUIDResponse getMetadataSourceGUID(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.