Uses of Interface
de.valtech.aecu.api.groovy.console.bindings.filters.FilterBy
-
Packages that use FilterBy Package Description de.valtech.aecu.api.groovy.console.bindings Contains the classes for the Groovy binding "aecu".de.valtech.aecu.api.groovy.console.bindings.filters Filters are used in AECU Groovy Console binding to filter matching nodes. -
-
Uses of FilterBy in de.valtech.aecu.api.groovy.console.bindings
Methods in de.valtech.aecu.api.groovy.console.bindings with parameters of type FilterBy Modifier and Type Method Description ContentUpgradeContentUpgrade. filterNotWith(FilterBy filter)Filters by not matching the given filter.ContentUpgradeContentUpgrade. filterWith(FilterBy filter)Filters by matching the given filter. -
Uses of FilterBy in de.valtech.aecu.api.groovy.console.bindings.filters
Classes in de.valtech.aecu.api.groovy.console.bindings.filters that implement FilterBy Modifier and Type Class Description classANDFilterCombines multiple filters with AND.classFilterByHasPropertyFilters resources by the existence a given property.classFilterByMultiValuePropContainsFilters resources by multi-value properties.classFilterByNodeExistenceFilters resources by absolute or relative node path.classFilterByNodeNameFilters resources by their node name.classFilterByNodeNameRegexFilters resources by node name regular expression.classFilterByNodeRootPathsFilters resources by node root paths.classFilterByPathRegexFilters resources by path.classFilterByPropertiesFilters resources by properties.classFilterByPropertyFilters resources by a given property.classFilterByPropertyRegexFilters resources by a given property using regular expression matching.classNOTFilterNegates a given filter.classORFilterCombines multiple filters with OR.Methods in de.valtech.aecu.api.groovy.console.bindings.filters with parameters of type FilterBy Modifier and Type Method Description voidANDFilter. addFilter(FilterBy filter)Adds a new filter to the AND condition.Constructors in de.valtech.aecu.api.groovy.console.bindings.filters with parameters of type FilterBy Constructor Description NOTFilter(FilterBy filter)ConstructorConstructor parameters in de.valtech.aecu.api.groovy.console.bindings.filters with type arguments of type FilterBy Constructor Description ANDFilter(List<FilterBy> filters)ConstructorORFilter(List<FilterBy> filters)Constructor
-