| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.governanceengine.api | |
| 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 |
|---|---|
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 |
NewGovernanceActionProcessRequestBody.getProcessStatus()
Return the initial status of the governance action status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NewGovernanceActionProcessRequestBody.setProcessStatus(ProcessStatus processStatus)
Set up the initial status of the governance action status.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.