@Version(value="3.0.0")
See: Description
| Interface | Description |
|---|---|
| FilterBy |
Interface for AECU binding filters.
|
| Class | Description |
|---|---|
| ANDFilter |
Combines multiple filters with AND.
|
| FilterByHasProperty |
Filters resources by the existence a given property.
|
| FilterByMultiValuePropContains |
Filters resources by multi-value properties.
|
| FilterByNodeName |
Filters resources by their node name.
|
| FilterByNodeNameRegex |
Filters resources by node name regular expression.
|
| FilterByPathRegex |
Filters resources by path.
|
| FilterByProperties |
Filters resources by properties.
|
| FilterByProperty |
Filters resources by a given property.
|
| FilterByPropertyRegex |
Filters resources by a given property using regular expression matching.
|
| NOTFilter |
Negates a given filter.
|
| ORFilter |
Combines multiple filters with OR.
|
Copyright © 2019. All rights reserved.