Uses of Class
org.odpi.openmetadata.frameworks.governanceaction.search.MatchCriteria
-
Packages that use MatchCriteria Package Description org.odpi.openmetadata.frameworks.governanceaction.search -
-
Uses of MatchCriteria in org.odpi.openmetadata.frameworks.governanceaction.search
Methods in org.odpi.openmetadata.frameworks.governanceaction.search that return MatchCriteria Modifier and Type Method Description MatchCriteriaSearchClassifications. getMatchCriteria()Retrieve the criteria against which to match the classifications.MatchCriteriaSearchProperties. getMatchCriteria()Retrieve the criteria against which to match the conditions.static MatchCriteriaMatchCriteria. valueOf(String name)Returns the enum constant of this type with the specified name.static MatchCriteria[]MatchCriteria. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.frameworks.governanceaction.search with parameters of type MatchCriteria Modifier and Type Method Description SearchPropertiesPropertyHelper. getSearchProperties(ElementProperties properties, MatchCriteria matchCriteria)Convert the provided instance properties and match criteria into an equivalent SearchProperties object.voidSearchClassifications. setMatchCriteria(MatchCriteria matchCriteria)Set the criteria against which to match the classifications.voidSearchProperties. setMatchCriteria(MatchCriteria matchCriteria)Set the criteria against which to match the conditions.
-