| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.governanceprogram.api |
Governance Program OMAS Java API defined the means to maintain and query the definitions that make up the governance program.
|
| org.odpi.openmetadata.accessservices.governanceprogram.metadataelements |
The metadata elements describe metadata retrieved from the open metadata repositories.
|
| org.odpi.openmetadata.accessservices.governanceprogram.rest |
This package defines the beans used to build the REST request and response payloads.
|
| Modifier and Type | Method and Description |
|---|---|
GovernanceMetricElement |
GovernanceMetricsInterface.getGovernanceMetricByGUID(String userId,
String metricGUID)
Return information about a specific governance metric.
|
| Modifier and Type | Method and Description |
|---|---|
List<GovernanceMetricElement> |
GovernanceMetricsInterface.findGovernanceMetrics(String userId,
String searchString,
int startFrom,
int pageSize)
Retrieve the list of governance metrics for this search string.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GovernanceMetricImplementation
The GovernanceMetricImplementation defines the query and data set that supports the measurements
for a GovernanceMetricProperties.
|
| Constructor and Description |
|---|
GovernanceMetricElement(GovernanceMetricElement template)
Copy/clone constructor
|
GovernanceMetricImplementation(GovernanceMetricElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
GovernanceMetricElement |
GovernanceMetricResponse.getElement()
Return the element result.
|
| Modifier and Type | Method and Description |
|---|---|
List<GovernanceMetricElement> |
GovernanceMetricListResponse.getElements()
Return the list of governance metrics.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceMetricResponse.setElement(GovernanceMetricElement element)
Set up the element result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceMetricListResponse.setElements(List<GovernanceMetricElement> elements)
Set up the list of governance metrics.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.