Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.properties.GovernanceMetricProperties
-
Packages that use GovernanceMetricProperties 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 -
-
Uses of GovernanceMetricProperties in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api with parameters of type GovernanceMetricProperties Modifier and Type Method Description StringGovernanceMetricsInterface. createGovernanceMetric(String userId, GovernanceMetricProperties metricProperties)Create a new governance metric.voidGovernanceMetricsInterface. updateGovernanceMetric(String userId, String metricGUID, boolean isMergeUpdate, GovernanceMetricProperties metricProperties)Update an existing governance metric. -
Uses of GovernanceMetricProperties in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements that return GovernanceMetricProperties Modifier and Type Method Description GovernanceMetricPropertiesGovernanceMetricElement. getProperties()Return the properties of the governance metric.Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type GovernanceMetricProperties Modifier and Type Method Description voidGovernanceMetricElement. setProperties(GovernanceMetricProperties properties)Set up the properties of the governance metric. -
Uses of GovernanceMetricProperties in org.odpi.openmetadata.accessservices.governanceprogram.properties
Subclasses of GovernanceMetricProperties in org.odpi.openmetadata.accessservices.governanceprogram.properties Modifier and Type Class Description classGovernanceDefinitionMetricGovernanceDefinitionMetric defines the metric for a governance definition.Constructors in org.odpi.openmetadata.accessservices.governanceprogram.properties with parameters of type GovernanceMetricProperties Constructor Description GovernanceMetricProperties(GovernanceMetricProperties template)Copy/clone constructor.
-