Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.KeyPattern
-
Packages that use KeyPattern 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 KeyPattern in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api with parameters of type KeyPattern Modifier and Type Method Description voidSchemaExchangeInterface. setupColumnAsPrimaryKey(String userId, String assetManagerGUID, String assetManagerName, boolean assetManagerIsHome, String schemaAttributeGUID, String schemaAttributeExternalIdentifier, String primaryKeyName, KeyPattern primaryKeyPattern, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Classify the column schema attribute to indicate that it describes a primary key. -
Uses of KeyPattern in org.odpi.openmetadata.accessservices.assetmanager.properties
Methods in org.odpi.openmetadata.accessservices.assetmanager.properties that return KeyPattern Modifier and Type Method Description KeyPatternExternalIdentifierProperties. getKeyPattern()Returns the key pattern used in the asset manager for the external identifier.KeyPatternPrimaryKeyProperties. getKeyPattern()Returns the key pattern for the primary key.static KeyPatternKeyPattern. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyPattern[]KeyPattern. 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 KeyPattern Modifier and Type Method Description voidExternalIdentifierProperties. setKeyPattern(KeyPattern keyPattern)Set up the key pattern used in the asset manager for the external identifier.voidPrimaryKeyProperties. setKeyPattern(KeyPattern keyPattern)Set up the key pattern for the primary key.
-