| 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 |
|---|---|
GovernanceActionTypeElement |
GovernanceActionProcessInterface.getFirstActionType(String userId,
String processGUID)
Return the governance action type that is the first step in a governance action process.
|
GovernanceActionTypeElement |
GovernanceActionProcessInterface.getGovernanceActionTypeByGUID(String userId,
String actionTypeGUID)
Retrieve the governance action type metadata element with the supplied unique identifier.
|
| Modifier and Type | Method and Description |
|---|---|
List<GovernanceActionTypeElement> |
GovernanceActionProcessInterface.findGovernanceActionTypes(String userId,
String searchString,
int startFrom,
int pageSize)
Retrieve the list of governance action type metadata elements that contain the search string.
|
List<GovernanceActionTypeElement> |
GovernanceActionProcessInterface.getGovernanceActionTypesByName(String userId,
String name,
int startFrom,
int pageSize)
Retrieve the list of governance action type metadata elements with a matching qualified or display name.
|
| Modifier and Type | Method and Description |
|---|---|
GovernanceActionTypeElement |
NextGovernanceActionTypeElement.getNextActionType()
Return details of the next governance action type
|
| Modifier and Type | Method and Description |
|---|---|
void |
NextGovernanceActionTypeElement.setNextActionType(GovernanceActionTypeElement nextActionType)
Set up details of the next governance action type
|
| Constructor and Description |
|---|
GovernanceActionTypeElement(GovernanceActionTypeElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
GovernanceActionTypeElement |
GovernanceActionTypeElementResponse.getElement()
Return the properties object.
|
| Modifier and Type | Method and Description |
|---|---|
List<GovernanceActionTypeElement> |
GovernanceActionTypeElementsResponse.getElements()
Return the properties objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceActionTypeElementResponse.setElement(GovernanceActionTypeElement element)
Set up the properties object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceActionTypeElementsResponse.setElements(List<GovernanceActionTypeElement> elements)
Set up the properties objects.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.