| 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 |
|---|---|
GovernanceActionProcessElement |
GovernanceActionProcessInterface.getGovernanceActionProcessByGUID(String userId,
String processGUID)
Retrieve the governance action process metadata element with the supplied unique identifier.
|
| Modifier and Type | Method and Description |
|---|---|
List<GovernanceActionProcessElement> |
GovernanceActionProcessInterface.findGovernanceActionProcesses(String userId,
String searchString,
int startFrom,
int pageSize)
Retrieve the list of governance action process metadata elements that contain the search string.
|
List<GovernanceActionProcessElement> |
GovernanceActionProcessInterface.getGovernanceActionProcessesByName(String userId,
String name,
int startFrom,
int pageSize)
Retrieve the list of governance action process metadata elements with a matching qualified or display name.
|
| Constructor and Description |
|---|
GovernanceActionProcessElement(GovernanceActionProcessElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
GovernanceActionProcessElement |
GovernanceActionProcessElementResponse.getElement()
Return the properties object.
|
| Modifier and Type | Method and Description |
|---|---|
List<GovernanceActionProcessElement> |
GovernanceActionProcessElementsResponse.getElements()
Return the properties objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceActionProcessElementResponse.setElement(GovernanceActionProcessElement element)
Set up the properties object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceActionProcessElementsResponse.setElements(List<GovernanceActionProcessElement> elements)
Set up the properties objects.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.