| 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.
|
| Modifier and Type | Method and Description |
|---|---|
String |
GovernanceExchangeInterface.createGovernanceDefinition(String userId,
String assetManagerGUID,
String assetManagerName,
String typeName,
String definitionExternalIdentifier,
String definitionExternalIdentifierName,
String definitionExternalIdentifierUsage,
String definitionExternalIdentifierSource,
KeyPattern definitionExternalIdentifierKeyPattern,
Map<String,String> mappingProperties,
GovernanceDefinitionProperties definitionProperties)
Create a new definition.
|
void |
GovernanceExchangeInterface.updateGovernanceDefinition(String userId,
String assetManagerGUID,
String assetManagerName,
String definitionGUID,
boolean isMergeUpdate,
GovernanceDefinitionProperties definitionProperties)
Update an existing definition.
|
| Modifier and Type | Method and Description |
|---|---|
GovernanceDefinitionProperties |
GovernanceDefinitionElement.getProperties()
Return the requested governance definition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceDefinitionElement.setProperties(GovernanceDefinitionProperties properties)
Set up the requested governance definition.
|
| Constructor and Description |
|---|
GovernanceDefinitionProperties(GovernanceDefinitionProperties template)
Copy/clone Constructor
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.