String |
ConnectionExchangeInterface.createConnectionFromTemplate(String userId,
String assetManagerGUID,
String assetManagerName,
boolean assetManagerIsHome,
String templateGUID,
String connectionExternalIdentifier,
String connectionExternalIdentifierName,
String connectionExternalIdentifierUsage,
String connectionExternalIdentifierSource,
KeyPattern connectionExternalIdentifierKeyPattern,
Map<String,String> mappingProperties,
TemplateProperties templateProperties) |
Create a new metadata element to represent a connection using an existing metadata element as a template.
|
String |
ConnectionExchangeInterface.createConnectorTypeFromTemplate(String userId,
String assetManagerGUID,
String assetManagerName,
boolean assetManagerIsHome,
String templateGUID,
String connectorTypeExternalIdentifier,
String connectorTypeExternalIdentifierName,
String connectorTypeExternalIdentifierUsage,
String connectorTypeExternalIdentifierSource,
KeyPattern connectorTypeExternalIdentifierKeyPattern,
Map<String,String> mappingProperties,
TemplateProperties templateProperties) |
Create a new metadata element to represent a connectorType using an existing metadata element as a template.
|
String |
DataAssetExchangeInterface.createDataAssetFromTemplate(String userId,
String assetManagerGUID,
String assetManagerName,
boolean assetManagerIsHome,
String templateGUID,
String assetExternalIdentifier,
String assetExternalIdentifierName,
String assetExternalIdentifierUsage,
String assetExternalIdentifierSource,
KeyPattern assetExternalIdentifierKeyPattern,
Map<String,String> mappingProperties,
TemplateProperties templateProperties) |
Create a new metadata element to represent an asset using an existing metadata element as a template.
|
String |
ConnectionExchangeInterface.createEndpointFromTemplate(String userId,
String assetManagerGUID,
String assetManagerName,
boolean assetManagerIsHome,
String templateGUID,
String endpointExternalIdentifier,
String endpointExternalIdentifierName,
String endpointExternalIdentifierUsage,
String endpointExternalIdentifierSource,
KeyPattern endpointExternalIdentifierKeyPattern,
Map<String,String> mappingProperties,
TemplateProperties templateProperties) |
Create a new metadata element to represent a endpoint using an existing metadata element as a template.
|
String |
GlossaryExchangeInterface.createGlossaryCategoryFromTemplate(String userId,
String assetManagerGUID,
String assetManagerName,
String templateGUID,
String glossaryCategoryExternalIdentifier,
String glossaryCategoryExternalIdentifierName,
String glossaryCategoryExternalIdentifierUsage,
String glossaryCategoryExternalIdentifierSource,
KeyPattern glossaryCategoryExternalIdentifierKeyPattern,
Map<String,String> mappingProperties,
TemplateProperties templateProperties) |
Create a new metadata element to represent a glossary category using an existing metadata element as a template.
|
String |
GlossaryExchangeInterface.createGlossaryFromTemplate(String userId,
String assetManagerGUID,
String assetManagerName,
String templateGUID,
String glossaryExternalIdentifier,
String glossaryExternalIdentifierName,
String glossaryExternalIdentifierUsage,
String glossaryExternalIdentifierSource,
KeyPattern glossaryExternalIdentifierKeyPattern,
Map<String,String> mappingProperties,
TemplateProperties templateProperties) |
Create a new metadata element to represent a glossary using an existing metadata element as a template.
|
String |
GlossaryExchangeInterface.createGlossaryTermFromTemplate(String userId,
String assetManagerGUID,
String assetManagerName,
String templateGUID,
String glossaryTermExternalIdentifier,
String glossaryTermExternalIdentifierName,
String glossaryTermExternalIdentifierUsage,
String glossaryTermExternalIdentifierSource,
KeyPattern glossaryTermExternalIdentifierKeyPattern,
Map<String,String> mappingProperties,
TemplateProperties templateProperties) |
Create a new metadata element to represent a glossary term using an existing metadata element as a template.
|
String |
LineageExchangeInterface.createProcessFromTemplate(String userId,
String assetManagerGUID,
String assetManagerName,
boolean assetManagerIsHome,
String templateGUID,
String processExternalIdentifier,
String processExternalIdentifierName,
String processExternalIdentifierUsage,
String processExternalIdentifierSource,
KeyPattern processExternalIdentifierKeyPattern,
Map<String,String> mappingProperties,
TemplateProperties templateProperties) |
Create a new metadata element to represent a process using an existing metadata element as a template.
|
String |
SchemaExchangeInterface.createSchemaAttributeFromTemplate(String userId,
String assetManagerGUID,
String assetManagerName,
boolean assetManagerIsHome,
String schemaElementGUID,
String templateGUID,
String schemaAttributeExternalIdentifier,
String schemaAttributeExternalIdentifierName,
String schemaAttributeExternalIdentifierUsage,
String schemaAttributeExternalIdentifierSource,
KeyPattern schemaAttributeExternalIdentifierKeyPattern,
Map<String,String> mappingProperties,
TemplateProperties templateProperties) |
Create a new metadata element to represent a schema attribute using an existing metadata element as a template.
|
String |
SchemaExchangeInterface.createSchemaTypeFromTemplate(String userId,
String assetManagerGUID,
String assetManagerName,
boolean assetManagerIsHome,
String templateGUID,
String schemaTypeExternalIdentifier,
String schemaTypeExternalIdentifierName,
String schemaTypeExternalIdentifierUsage,
String schemaTypeExternalIdentifierSource,
KeyPattern schemaTypeExternalIdentifierKeyPattern,
Map<String,String> mappingProperties,
TemplateProperties templateProperties) |
Create a new metadata element to represent a schema type using an existing metadata element as a template.
|