Interface QueryBuilderWith

    • Method Detail

      • withProperty

        QueryBuilderWith withProperty​(String property)
        Narrow the query to WindupVertexFrame instances that have the given property defined.
      • withProperty

        QueryBuilderWith withProperty​(String property,
                                      Object searchValue)
        Narrow the query to WindupVertexFrame instances that contain the given property value.
      • withProperty

        QueryBuilderWith withProperty​(String property,
                                      Iterable<?> values)
        Narrow the query to WindupVertexFrame instances that contain any of the given property values.
      • withProperty

        QueryBuilderWith withProperty​(String property,
                                      Object searchValue,
                                      Object... searchValues)
        Narrow the query to WindupVertexFrame instances that contain any given property value.
      • withoutProperty

        QueryBuilderWith withoutProperty​(String property)
        Narrow the query to WindupVertexFrame instances that satisfy the given property comparison.
      • filteredBy

        <FRAMETYPE extends org.jboss.windup.graph.model.WindupVertexFrame> QueryBuilderAs filteredBy​(org.jboss.forge.furnace.util.Predicate<FRAMETYPE> predicate)
        Narrow the query with the given Predicate