public interface MetadataSourceInterface
| Modifier and Type | Method and Description |
|---|---|
String |
createDatabaseManager(String userId,
String externalSourceGUID,
String externalSourceName,
DatabaseManagerProperties databaseManagerProperties)
Create information about the integration daemon that is managing the acquisition of metadata from the
data manager.
|
String |
createFileManager(String userId,
String externalSourceGUID,
String externalSourceName,
FileManagerProperties fileManagerProperties)
Create information about an application that manages a collection of data files.
|
String |
createFileSystem(String userId,
String externalSourceGUID,
String externalSourceName,
FileSystemProperties fileSystemProperties)
Create information about a File System that is being used to store data files.
|
String |
getMetadataSourceGUID(String userId,
String qualifiedName)
Retrieve the unique identifier of the software server capability that describes a metadata source.
|
String createFileSystem(String userId, String externalSourceGUID, String externalSourceName, FileSystemProperties fileSystemProperties) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
userId - calling userexternalSourceGUID - guid of the software server capability entity that represented the external source - null for localexternalSourceName - name of the software server capability entity that represented the external sourcefileSystemProperties - description of the file systemInvalidParameterException - the bean properties are invalidUserNotAuthorizedException - user not authorized to issue this requestPropertyServerException - problem accessing the property serverString createFileManager(String userId, String externalSourceGUID, String externalSourceName, FileManagerProperties fileManagerProperties) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
userId - calling userexternalSourceGUID - guid of the software server capability entity that represented the external source - null for localexternalSourceName - name of the software server capability entity that represented the external sourcefileManagerProperties - description of theInvalidParameterException - the bean properties are invalidUserNotAuthorizedException - user not authorized to issue this requestPropertyServerException - problem accessing the property serverString createDatabaseManager(String userId, String externalSourceGUID, String externalSourceName, DatabaseManagerProperties databaseManagerProperties) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
userId - calling userexternalSourceGUID - guid of the software server capability entity that represented the external source - null for localexternalSourceName - name of the software server capability entity that represented the external sourcedatabaseManagerProperties - 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 getMetadataSourceGUID(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–2021 LF AI & Data Foundation. All rights reserved.