public interface DataManagerIntegratorInterface
| 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.
|
String createDataManagerIntegrator(String userId, SoftwareServerCapabilitiesProperties integratorCapabilities) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
userId - 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 serverString getDataManagerIntegratorGUID(String userId, String qualifiedName) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
userId - 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.