| 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 |
LineageExchangeInterface.createProcess(String userId,
String assetManagerGUID,
String assetManagerName,
boolean assetManagerIsHome,
String processExternalIdentifier,
String processExternalIdentifierName,
String processExternalIdentifierUsage,
String processExternalIdentifierSource,
KeyPattern processExternalIdentifierKeyPattern,
Map<String,String> mappingProperties,
ProcessProperties processProperties,
ProcessStatus initialStatus)
Create a new metadata element to represent a process.
|
void |
LineageExchangeInterface.updateProcess(String userId,
String assetManagerGUID,
String assetManagerName,
String processGUID,
String processExternalIdentifier,
boolean isMergeUpdate,
ProcessProperties processProperties)
Update the metadata element representing a process.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessProperties |
ProcessElement.getProcessProperties()
Return details of the process
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessElement.setProcessProperties(ProcessProperties processProperties)
Set up process properties
|
| Constructor and Description |
|---|
ProcessProperties(ProcessProperties template)
Copy/clone Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ProcessProperties |
ProcessRequestBody.getElementProperties()
Return the properties for the element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessRequestBody.setElementProperties(ProcessProperties elementProperties)
Set up the properties for the element.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.