| 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.createGovernanceActionType(String userId,
GovernanceActionTypeProperties actionTypeProperties)
Create a new metadata element to represent a governance action type.
|
void |
GovernanceActionProcessInterface.updateGovernanceActionType(String userId,
String actionTypeGUID,
boolean isMergeUpdate,
GovernanceActionTypeProperties actionTypeProperties)
Update the metadata element representing a governance action type.
|
| Modifier and Type | Method and Description |
|---|---|
GovernanceActionTypeProperties |
GovernanceActionTypeElement.getActionTypeProperties()
Return details of the process
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceActionTypeElement.setActionTypeProperties(GovernanceActionTypeProperties actionTypeProperties)
Set up process properties
|
| Constructor and Description |
|---|
GovernanceActionTypeProperties(GovernanceActionTypeProperties template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
GovernanceActionTypeProperties |
UpdateGovernanceActionTypeRequestBody.getProperties()
Return the properties for the element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateGovernanceActionTypeRequestBody.setProperties(GovernanceActionTypeProperties properties)
Set up the properties for the element.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.