| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.assetmanager.api |
This package contains the different interfaces of the asset manager.
|
| org.odpi.openmetadata.accessservices.assetmanager.metadataelements |
The metadata elements describe the way that metadata is returned from the repository.
|
| 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 |
SchemaExchangeInterface.createSchemaAttribute(String userId,
String assetManagerGUID,
String assetManagerName,
boolean assetManagerIsHome,
String schemaElementGUID,
String schemaAttributeExternalIdentifier,
String schemaAttributeExternalIdentifierName,
String schemaAttributeExternalIdentifierUsage,
String schemaAttributeExternalIdentifierSource,
KeyPattern schemaAttributeExternalIdentifierKeyPattern,
Map<String,String> mappingProperties,
SchemaAttributeProperties schemaAttributeProperties)
Create a new metadata element to represent a schema attribute.
|
void |
SchemaExchangeInterface.updateSchemaAttribute(String userId,
String assetManagerGUID,
String assetManagerName,
String schemaAttributeGUID,
String schemaAttributeExternalIdentifier,
boolean isMergeUpdate,
SchemaAttributeProperties schemaAttributeProperties)
Update the properties of the metadata element representing a schema attribute.
|
| Modifier and Type | Method and Description |
|---|---|
SchemaAttributeProperties |
SchemaAttributeElement.getSchemaAttributeProperties()
Return the properties for the schema.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaAttributeElement.setSchemaAttributeProperties(SchemaAttributeProperties schemaAttributeProperties)
Set up the properties for the schema.
|
| Constructor and Description |
|---|
SchemaAttributeProperties(SchemaAttributeProperties template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SchemaAttributeProperties |
SchemaAttributeRequestBody.getElementProperties()
Return the properties for the element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaAttributeRequestBody.setElementProperties(SchemaAttributeProperties elementProperties)
Set up the properties for the element.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.