public class DataManagerIntegratorClient extends ConnectedAssetClientBase implements DataManagerIntegratorInterface
auditLog, invalidParameterHandler, nullRequestBody, serverName, serverPlatformRootURL| Constructor and Description |
|---|
DataManagerIntegratorClient(String serverName,
String serverManagerRootURL)
Create a new client with no authentication embedded in the HTTP request.
|
DataManagerIntegratorClient(String serverName,
String serverManagerRootURL,
AuditLog auditLog)
Create a new client with no authentication embedded in the HTTP request.
|
DataManagerIntegratorClient(String serverName,
String serverManagerRootURL,
String userId,
String password)
Create a new client that passes userId and password in each HTTP request.
|
DataManagerIntegratorClient(String serverName,
String serverManagerRootURL,
String userId,
String password,
AuditLog auditLog)
Create a new client that passes userId and password in each HTTP request.
|
| Modifier and Type | Method and Description |
|---|---|
String |
createDataManagerIntegrator(String userId,
SoftwareServerCapabilitiesProperties integratorCapabilities)
Create information about the integration daemon that is managing the acquisition of metadata from the
data manager.
|
String |
getDataManagerIntegratorGUID(String userId,
String qualifiedName)
Retrieve the unique identifier of the integration daemon.
|
getAssetForConnection, getAssetProperties, getAssetSummary, getConnectionByGUID, getConnectionForAsset, getConnectorForConnectionpublic DataManagerIntegratorClient(String serverName, String serverManagerRootURL, AuditLog auditLog) throws InvalidParameterException
serverName - name of the server to connect toserverManagerRootURL - the network address of the server running the OMAS REST serversauditLog - logging destinationInvalidParameterException - there is a problem creating the client-side components to issue any
REST API calls.public DataManagerIntegratorClient(String serverName, String serverManagerRootURL) throws InvalidParameterException
serverName - name of the server to connect toserverManagerRootURL - the network address of the server running the OMAS REST serversInvalidParameterException - there is a problem creating the client-side components to issue any
REST API calls.public DataManagerIntegratorClient(String serverName, String serverManagerRootURL, String userId, String password, AuditLog auditLog) throws InvalidParameterException
serverName - name of the server to connect toserverManagerRootURL - the network address of the server running the OMAS REST serversuserId - caller's userId embedded in all HTTP requestspassword - caller's userId embedded in all HTTP requestsauditLog - logging destinationInvalidParameterException - there is a problem creating the client-side components to issue any
REST API calls.public DataManagerIntegratorClient(String serverName, String serverManagerRootURL, String userId, String password) throws InvalidParameterException
serverName - name of the server to connect toserverManagerRootURL - the network address of the server running the OMAS REST serversuserId - caller's userId embedded in all HTTP requestspassword - caller's userId embedded in all HTTP requestsInvalidParameterException - there is a problem creating the client-side components to issue any
REST API calls.public String createDataManagerIntegrator(String userId, SoftwareServerCapabilitiesProperties integratorCapabilities) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
createDataManagerIntegrator in interface DataManagerIntegratorInterfaceuserId - calling userintegratorCapabilities - description of the integration daemon (specify qualified name at a minimum)InvalidParameterException - the bean properties are invalidUserNotAuthorizedException - user not authorized to issue this requestPropertyServerException - problem accessing the property serverpublic String getDataManagerIntegratorGUID(String userId, String qualifiedName) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
getDataManagerIntegratorGUID in interface DataManagerIntegratorInterfaceuserId - calling userqualifiedName - unique name of the integration daemonInvalidParameterException - the bean properties are invalidUserNotAuthorizedException - user not authorized to issue this requestPropertyServerException - problem accessing the property serverCopyright © 2018–2020 ODPi. All rights reserved.