| 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.properties |
| Modifier and Type | Method and Description |
|---|---|
String |
GovernanceMetricsInterface.createGovernanceMetric(String userId,
GovernanceMetricProperties metricProperties)
Create a new governance metric.
|
void |
GovernanceMetricsInterface.updateGovernanceMetric(String userId,
String metricGUID,
boolean isMergeUpdate,
GovernanceMetricProperties metricProperties)
Update an existing governance metric.
|
| Modifier and Type | Method and Description |
|---|---|
GovernanceMetricProperties |
GovernanceMetricElement.getProperties()
Return the properties of the governance metric.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceMetricElement.setProperties(GovernanceMetricProperties properties)
Set up the properties of the governance metric.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GovernanceDefinitionMetric
GovernanceDefinitionMetric defines the metric for a governance definition.
|
| Constructor and Description |
|---|
GovernanceMetricProperties(GovernanceMetricProperties template)
Copy/clone constructor.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.