| 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.
|
| org.odpi.openmetadata.accessservices.assetmanager.rest |
This package defines the beans used to build the REST request and response payloads.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
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.
|
| Constructor and Description |
|---|
TemplateProperties(TemplateProperties template)
Copy/clone constructor for the template properties.
|
| Modifier and Type | Method and Description |
|---|---|
TemplateProperties |
TemplateRequestBody.getElementProperties()
Return the properties for the element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateRequestBody.setElementProperties(TemplateProperties elementProperties)
Set up the properties for the element.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.