Uses of Class
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search.PropertyCondition
-
Packages that use PropertyCondition Package Description org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search -
-
Uses of PropertyCondition in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search that return types with arguments of type PropertyCondition Modifier and Type Method Description List<PropertyCondition>SearchProperties. getConditions()Retrieve the conditions against which to match.Method parameters in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search with type arguments of type PropertyCondition Modifier and Type Method Description voidSearchProperties. setConditions(List<PropertyCondition> conditions)Set the conditions against which to match.Constructors in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search with parameters of type PropertyCondition Constructor Description PropertyCondition(PropertyCondition templateProperties)Copy/clone constructor.
-