Interface DataManagerInterface
public interface DataManagerInterface
DataManagerInterface provides the interface for retrieving the identity of an external data manager.
It is used when the data manager itself is able to call the Data Manager OMAS directly.
The definition of the external data manager is created using the IT Infrastructure OMAS.
-
Method Summary
Modifier and TypeMethodDescriptiongetExternalDataManagerGUID(String userId, String qualifiedName) Retrieve the unique identifier of the external data manager.
-
Method Details
-
getExternalDataManagerGUID
String getExternalDataManagerGUID(String userId, String qualifiedName) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException Retrieve the unique identifier of the external data manager.- Parameters:
userId- calling userqualifiedName- unique name of the integration daemon- Returns:
- unique identifier of the integration daemon's software server capability
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- the bean properties are invalidorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- user not authorized to issue this requestorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- problem accessing the property server
-