| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.governanceengine.api | |
| org.odpi.openmetadata.accessservices.governanceengine.metadataelements | |
| 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 |
|---|---|
GovernanceActionElement |
GovernanceProcessingInterface.getGovernanceAction(String userId,
String governanceActionGUID)
Request the status of an executing governance action request.
|
| Modifier and Type | Method and Description |
|---|---|
List<GovernanceActionElement> |
GovernanceProcessingInterface.getActiveClaimedGovernanceActions(String userId,
String governanceEngineGUID,
int startFrom,
int pageSize)
Retrieve the governance actions that are still in process and that have been claimed by this caller's userId.
|
List<GovernanceActionElement> |
GovernanceProcessingInterface.getActiveGovernanceActions(String userId,
int startFrom,
int pageSize)
Retrieve the governance actions that are still in process.
|
List<GovernanceActionElement> |
GovernanceProcessingInterface.getGovernanceActions(String userId,
int startFrom,
int pageSize)
Retrieve the governance actions that are known to the server.
|
| Constructor and Description |
|---|
GovernanceActionElement(GovernanceActionElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
GovernanceActionElement |
GovernanceActionElementResponse.getElement()
Return the properties object.
|
| Modifier and Type | Method and Description |
|---|---|
List<GovernanceActionElement> |
GovernanceActionElementsResponse.getElements()
Return the properties objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceActionElementResponse.setElement(GovernanceActionElement element)
Set up the properties object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceActionElementsResponse.setElements(List<GovernanceActionElement> elements)
Set up the properties objects.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.