Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.properties.GovernanceMeasurementsProperties
-
Packages that use GovernanceMeasurementsProperties 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.properties -
-
Uses of GovernanceMeasurementsProperties in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api with parameters of type GovernanceMeasurementsProperties Modifier and Type Method Description voidGovernanceMetricsInterface. setGovernanceMeasurements(String userId, String elementGUID, GovernanceMeasurementsProperties properties)Classify the element with relevant governance measurements. -
Uses of GovernanceMeasurementsProperties in org.odpi.openmetadata.accessservices.governanceprogram.properties
Constructors in org.odpi.openmetadata.accessservices.governanceprogram.properties with parameters of type GovernanceMeasurementsProperties Constructor Description GovernanceMeasurementsProperties(GovernanceMeasurementsProperties template)Copy/clone constructor
-