| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.governanceengine.api | |
| org.odpi.openmetadata.accessservices.governanceengine.metadataelements | |
| org.odpi.openmetadata.accessservices.governanceengine.properties | |
| org.odpi.openmetadata.accessservices.governanceengine.rest |
This package defines the beans used to build the REST request and response payloads.
|
| Modifier and Type | Method and Description |
|---|---|
String |
GovernanceActionProcessInterface.createGovernanceActionProcess(String userId,
GovernanceActionProcessProperties processProperties,
ProcessStatus initialStatus)
Create a new metadata element to represent a governance action process.
|
void |
GovernanceActionProcessInterface.updateGovernanceActionProcess(String userId,
String processGUID,
boolean isMergeUpdate,
ProcessStatus processStatus,
GovernanceActionProcessProperties processProperties)
Update the metadata element representing a governance action process.
|
| Modifier and Type | Method and Description |
|---|---|
GovernanceActionProcessProperties |
GovernanceActionProcessElement.getProcessProperties()
Return details of the process
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceActionProcessElement.setProcessProperties(GovernanceActionProcessProperties processProperties)
Set up process properties
|
| Constructor and Description |
|---|
GovernanceActionProcessProperties(GovernanceActionProcessProperties template)
Copy/clone Constructor
|
| Modifier and Type | Method and Description |
|---|---|
GovernanceActionProcessProperties |
NewGovernanceActionProcessRequestBody.getProperties()
Return the properties for the element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NewGovernanceActionProcessRequestBody.setProperties(GovernanceActionProcessProperties properties)
Set up the properties for the element.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.