Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceMetricElement
-
Packages that use GovernanceMetricElement 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 GovernanceMetricElement in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api that return GovernanceMetricElement Modifier and Type Method Description GovernanceMetricElementGovernanceMetricsInterface. getGovernanceMetricByGUID(String userId, String metricGUID)Return information about a specific governance metric.Methods in org.odpi.openmetadata.accessservices.governanceprogram.api that return types with arguments of type GovernanceMetricElement Modifier and Type Method Description List<GovernanceMetricElement>GovernanceMetricsInterface. findGovernanceMetrics(String userId, String searchString, int startFrom, int pageSize)Retrieve the list of governance metrics for this search string. -
Uses of GovernanceMetricElement in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Subclasses of GovernanceMetricElement in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements Modifier and Type Class Description classGovernanceMetricImplementationThe GovernanceMetricImplementation defines the query and data set that supports the measurements for a GovernanceMetricProperties.Constructors in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type GovernanceMetricElement Constructor Description GovernanceMetricElement(GovernanceMetricElement template)Copy/clone constructorGovernanceMetricImplementation(GovernanceMetricElement template)Copy/clone constructor -
Uses of GovernanceMetricElement in org.odpi.openmetadata.accessservices.governanceprogram.rest
Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest that return GovernanceMetricElement Modifier and Type Method Description GovernanceMetricElementGovernanceMetricResponse. getElement()Return the element result.Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest that return types with arguments of type GovernanceMetricElement Modifier and Type Method Description List<GovernanceMetricElement>GovernanceMetricListResponse. getElements()Return the list of governance metrics.Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest with parameters of type GovernanceMetricElement Modifier and Type Method Description voidGovernanceMetricResponse. setElement(GovernanceMetricElement element)Set up the element result.Method parameters in org.odpi.openmetadata.accessservices.governanceprogram.rest with type arguments of type GovernanceMetricElement Modifier and Type Method Description voidGovernanceMetricListResponse. setElements(List<GovernanceMetricElement> elements)Set up the list of governance metrics.
-