| 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 |
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.updateProcessStatus(String userId,
String assetManagerGUID,
String assetManagerName,
String processGUID,
String processExternalIdentifier,
ProcessStatus processStatus)
Update the status of the metadata element representing a process.
|
| Modifier and Type | Method and Description |
|---|---|
static ProcessStatus |
ProcessStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessStatus[] |
ProcessStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessStatus |
ProcessStatusRequestBody.getProcessStatus()
Return the status for the element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessStatusRequestBody.setProcessStatus(ProcessStatus processStatus)
Set up the status for the element.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.