Interface ModelObjectsSqlSearch

All Superinterfaces:
Iterable<ModelObject>, IterableWithSize<ModelObject>

public interface ModelObjectsSqlSearch extends IterableWithSize<ModelObject>
Since:
3.9.0
  • Method Details

    • baseline

      @NotNull ModelObjectsSqlSearch baseline(@Nullable String revision)
    • collection

      @NotNull ModelObjectsSqlSearch collection(@Nullable BaselineCollectionReference contextCollection)
      Collection against which to execute the SQL query.

      Note: Queries executed against the Collection HEAD (without a specified revision in the Collection reference) may return slightly stale data (in the range of several minutes).

      For detailed information about Collection query syntax and best practices, please refer to the Polarion SDK documentation.

      Since:
      3.25.6