Uses of Class
org.odpi.openmetadata.frameworks.governanceaction.search.ClassificationCondition
-
Packages that use ClassificationCondition Package Description org.odpi.openmetadata.frameworks.governanceaction.search -
-
Uses of ClassificationCondition in org.odpi.openmetadata.frameworks.governanceaction.search
Methods in org.odpi.openmetadata.frameworks.governanceaction.search that return types with arguments of type ClassificationCondition Modifier and Type Method Description List<ClassificationCondition>SearchClassifications. getConditions()Retrieve the classification conditions against which to match.Method parameters in org.odpi.openmetadata.frameworks.governanceaction.search with type arguments of type ClassificationCondition Modifier and Type Method Description voidSearchClassifications. setConditions(List<ClassificationCondition> conditions)Set the classification conditions against which to match.Constructors in org.odpi.openmetadata.frameworks.governanceaction.search with parameters of type ClassificationCondition Constructor Description ClassificationCondition(ClassificationCondition templateProperties)Copy/clone constructor.
-