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 InvalidParameterException, UserNotAuthorizedException, 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:
InvalidParameterException
- the bean properties are invalidUserNotAuthorizedException
- user not authorized to issue this requestPropertyServerException
- problem accessing the property server
-