| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.assetmanager.api |
This package contains the different interfaces of the asset manager.
|
| org.odpi.openmetadata.accessservices.assetmanager.properties |
These beans describe the core properties that are passed to the server to create and update metadata.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssetManagerInterface.addExternalIdentifier(String userId,
String assetManagerGUID,
String assetManagerName,
SynchronizationDirection synchronizationDirection,
String synchronizationDescription,
String openMetadataElementGUID,
String openMetadataElementTypeName,
String externalIdentifier,
String externalIdentifierName,
String externalIdentifierUsage,
String externalIdentifierSource,
KeyPattern keyPattern,
Map<String,String> mappingProperties)
Add a new external identifier to an existing open metadata element.
|
void |
AssetManagerInterface.removeExternalIdentifier(String userId,
String assetManagerGUID,
String assetManagerName,
SynchronizationDirection synchronizationDirection,
String synchronizationDescription,
String openMetadataElementGUID,
String openMetadataElementTypeName,
String externalIdentifier,
String externalIdentifierName,
String externalIdentifierUsage,
String externalIdentifierSource,
KeyPattern keyPattern,
Map<String,String> mappingProperties)
Remove an external identifier from an existing open metadata element.
|
void |
AssetManagerInterface.updateExternalIdentifier(String userId,
String assetManagerGUID,
String assetManagerName,
SynchronizationDirection synchronizationDirection,
String synchronizationDescription,
String openMetadataElementGUID,
String openMetadataElementTypeName,
String externalIdentifier,
String externalIdentifierName,
String externalIdentifierUsage,
String externalIdentifierSource,
KeyPattern keyPattern,
Map<String,String> mappingProperties)
Update the description of a specific external identifier.
|
| Modifier and Type | Method and Description |
|---|---|
SynchronizationDirection |
MetadataCorrelationProperties.getSynchronizationDirection()
Return details of the synchronization direction.
|
static SynchronizationDirection |
SynchronizationDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SynchronizationDirection[] |
SynchronizationDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataCorrelationProperties.setSynchronizationDirection(SynchronizationDirection synchronizationDirection)
Set up details of the synchronization direction.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.