QueryFilter <INTERFACE>
org.sagebionetworks.repo.model.table.QueryFilter
Known Implementations:
TextMatchesQueryFilter,  ColumnMultiValueFunctionQueryFilter,  ColumnSingleValueQueryFilterField | Type | Description |
---|---|---|
concreteType | STRING | |
isDefiningCondition | BOOLEAN | When null (default) or false, this condition will be applied to WHERE clause of table/view query. When set to true, for a query against a VirtualTable, this condition will be applied to the WHERE clause of the VirtualTable's definingSQL. |