Uses of Interface
org.jboss.windup.config.query.QueryBuilderWith
-
Packages that use QueryBuilderWith Package Description org.jboss.windup.config.query -
-
Uses of QueryBuilderWith in org.jboss.windup.config.query
Subinterfaces of QueryBuilderWith in org.jboss.windup.config.query Modifier and Type Interface Description interfaceQueryBuilderFindinterfaceQueryBuilderFrominterfaceQueryBuilderPipedClasses in org.jboss.windup.config.query that implement QueryBuilderWith Modifier and Type Class Description classQueryMethods in org.jboss.windup.config.query that return QueryBuilderWith Modifier and Type Method Description static QueryBuilderWithWindupConfigurationQuery. hasOption(String propertyName)static QueryBuilderWithWindupConfigurationQuery. hasOption(String propertyName, Object value)QueryBuilderWithQuery. withoutProperty(String property)QueryBuilderWithQueryBuilderWith. withoutProperty(String property)Narrow the query toWindupVertexFrameinstances that satisfy the given property comparison.QueryBuilderWithQuery. withProperty(String property)QueryBuilderWithQuery. withProperty(String property, Iterable<?> values)QueryBuilderWithQuery. withProperty(String property, Object searchValue)QueryBuilderWithQuery. withProperty(String property, Object searchValue, Object... searchValues)QueryBuilderWithQuery. withProperty(String property, QueryPropertyComparisonType searchType, Object searchValue)QueryBuilderWithQueryBuilderWith. withProperty(String property)Narrow the query toWindupVertexFrameinstances that have the given property defined.QueryBuilderWithQueryBuilderWith. withProperty(String property, Iterable<?> values)Narrow the query toWindupVertexFrameinstances that contain any of the given property values.QueryBuilderWithQueryBuilderWith. withProperty(String property, Object searchValue)Narrow the query toWindupVertexFrameinstances that contain the given property value.QueryBuilderWithQueryBuilderWith. withProperty(String property, Object searchValue, Object... searchValues)Narrow the query toWindupVertexFrameinstances that contain any given property value.QueryBuilderWithQueryBuilderWith. withProperty(String property, QueryPropertyComparisonType searchType, Object searchValue)Narrow the query toWindupVertexFrameinstances that satisfy the given property comparison.
-