Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceMetricImplementation
-
Packages that use GovernanceMetricImplementation 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. -
-
Uses of GovernanceMetricImplementation in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api that return types with arguments of type GovernanceMetricImplementation Modifier and Type Method Description List<GovernanceMetricImplementation>GovernanceProgramReviewInterface. getGovernanceDefinitionMetrics(String userId, String governanceDefinitionGUID, int startFrom, int pageSize)Return details of the metrics for a governance definition along with details of where the -
Uses of GovernanceMetricImplementation in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Constructors in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type GovernanceMetricImplementation Constructor Description GovernanceMetricImplementation(GovernanceMetricImplementation template)Copy/clone constructor -
Uses of GovernanceMetricImplementation in org.odpi.openmetadata.accessservices.governanceprogram.rest
Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest that return types with arguments of type GovernanceMetricImplementation Modifier and Type Method Description List<GovernanceMetricImplementation>GovernanceMetricImplementationListResponse. getElements()Return the list of governance metrics.Method parameters in org.odpi.openmetadata.accessservices.governanceprogram.rest with type arguments of type GovernanceMetricImplementation Modifier and Type Method Description voidGovernanceMetricImplementationListResponse. setElements(List<GovernanceMetricImplementation> elements)Set up the list of governance metrics.
-