| 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 |
|---|---|
GovernanceEngineElement |
GovernanceEngineConfiguration.getGovernanceEngineByGUID(String userId,
String guid)
Return the properties from a governance engine definition.
|
GovernanceEngineElement |
GovernanceEngineConfiguration.getGovernanceEngineByName(String userId,
String name)
Return the properties from a governance engine definition.
|
| Modifier and Type | Method and Description |
|---|---|
List<GovernanceEngineElement> |
GovernanceEngineConfiguration.getAllGovernanceEngines(String userId,
int startingFrom,
int maximumResults)
Return the list of governance engine definitions that are stored.
|
| Constructor and Description |
|---|
GovernanceEngineElement(GovernanceEngineElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
GovernanceEngineElement |
GovernanceEngineElementResponse.getElement()
Return the properties object.
|
| Modifier and Type | Method and Description |
|---|---|
List<GovernanceEngineElement> |
GovernanceEngineElementsResponse.getElements()
Return the properties objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceEngineElementResponse.setElement(GovernanceEngineElement element)
Set up the properties object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceEngineElementsResponse.setElements(List<GovernanceEngineElement> elements)
Set up the properties objects.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.