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