| Package | Description |
|---|---|
| org.jboss.windup.config.query |
| Modifier and Type | Interface and Description |
|---|---|
interface |
QueryBuilderFind |
interface |
QueryBuilderFrom |
interface |
QueryBuilderPiped |
| Modifier and Type | Class and Description |
|---|---|
class |
Query |
| Modifier and Type | Method and Description |
|---|---|
static QueryBuilderWith |
WindupConfigurationQuery.hasOption(String propertyName) |
static QueryBuilderWith |
WindupConfigurationQuery.hasOption(String propertyName,
Object value) |
QueryBuilderWith |
QueryBuilderWith.withoutProperty(String property)
Narrow the query to
WindupVertexFrame instances that satisfy the given property comparison. |
QueryBuilderWith |
Query.withoutProperty(String property) |
QueryBuilderWith |
QueryBuilderWith.withProperty(String property)
Narrow the query to
WindupVertexFrame instances that have the given property defined. |
QueryBuilderWith |
Query.withProperty(String property) |
QueryBuilderWith |
QueryBuilderWith.withProperty(String property,
Iterable<?> values)
Narrow the query to
WindupVertexFrame instances that contain any of the given property values. |
QueryBuilderWith |
Query.withProperty(String property,
Iterable<?> values) |
QueryBuilderWith |
QueryBuilderWith.withProperty(String property,
Object searchValue)
Narrow the query to
WindupVertexFrame instances that contain the given property value. |
QueryBuilderWith |
Query.withProperty(String property,
Object searchValue) |
QueryBuilderWith |
QueryBuilderWith.withProperty(String property,
Object searchValue,
Object... searchValues)
Narrow the query to
WindupVertexFrame instances that contain any given property value. |
QueryBuilderWith |
Query.withProperty(String property,
Object searchValue,
Object... searchValues) |
QueryBuilderWith |
QueryBuilderWith.withProperty(String property,
QueryPropertyComparisonType searchType,
Object searchValue)
Narrow the query to
WindupVertexFrame instances that satisfy the given property comparison. |
QueryBuilderWith |
Query.withProperty(String property,
QueryPropertyComparisonType searchType,
Object searchValue) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.