Uses of Interface
ch.ivyteam.ivy.business.data.store.search.Executor
Packages that use Executor
-
Uses of Executor in ch.ivyteam.ivy.business.data.store.search
Subinterfaces of Executor in ch.ivyteam.ivy.business.data.store.searchModifier and TypeInterfaceDescriptioninterfaceFilter<T>Boolean AND and OR operation and orderBy, limit, execute operationsinterfaceLimit<T>Limit and execute operationsinterfaceOrder by field operations and limit/execute operationsinterfaceOrder by ascending or descending operations and limit/execute operations.interfaceQuery<T>Search for business data values using different filters for text, number and date fields.interfaceScoredFilter<T>Scored query filterMethods in ch.ivyteam.ivy.business.data.store.search that return Executor