Uses of Interface
ch.ivyteam.ivy.business.data.store.search.FieldOrSubFilter
-
Packages that use FieldOrSubFilter Package Description ch.ivyteam.ivy.business.data.store.search -
-
Uses of FieldOrSubFilter in ch.ivyteam.ivy.business.data.store.search
Subinterfaces of FieldOrSubFilter in ch.ivyteam.ivy.business.data.store.search Modifier and Type Interface Description interfaceQuery<T>Search for business data values using different filters for text, number and date fields.Methods in ch.ivyteam.ivy.business.data.store.search that return FieldOrSubFilter Modifier and Type Method Description FieldOrSubFilter<T>Filter. and()Combines filters with a logical AND operation.FieldOrSubFilter<T>FieldOrSubFilter. not()Logical NOT operation.FieldOrSubFilter<T>Filter. or()Combines filters with a logical OR operation.
-