Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.SynchronizationDirection
-
Packages that use SynchronizationDirection 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. -
-
Uses of SynchronizationDirection in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api with parameters of type SynchronizationDirection Modifier and Type Method Description voidAssetManagerInterface. 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.voidAssetManagerInterface. 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.voidAssetManagerInterface. 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. -
Uses of SynchronizationDirection in org.odpi.openmetadata.accessservices.assetmanager.properties
Methods in org.odpi.openmetadata.accessservices.assetmanager.properties that return SynchronizationDirection Modifier and Type Method Description SynchronizationDirectionMetadataCorrelationProperties. getSynchronizationDirection()Return details of the synchronization direction.static SynchronizationDirectionSynchronizationDirection. 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.Methods in org.odpi.openmetadata.accessservices.assetmanager.properties with parameters of type SynchronizationDirection Modifier and Type Method Description voidMetadataCorrelationProperties. setSynchronizationDirection(SynchronizationDirection synchronizationDirection)Set up details of the synchronization direction.
-