Uses of Class
ch.ivyteam.ivy.persistence.query.Query
-
Packages that use Query Package Description ch.ivyteam.ivy.persistence.query ch.ivyteam.ivy.security.query ch.ivyteam.ivy.workflow.custom.field ch.ivyteam.ivy.workflow.query -
-
Uses of Query in ch.ivyteam.ivy.persistence.query
Methods in ch.ivyteam.ivy.persistence.query with parameters of type Query Modifier and Type Method Description longIQueryExecutor. getCount(Query<V> query)Counts the number of rows or business objects that matches the query.VIQueryExecutor. getFirstResult(Query<V> query)Gets the first business objects that matches the givenquery.ObjectIQueryExecutor. getFirstValue(Query<V> query)Gets the value of the first column and first record that matches the givenquery.RecordsetIQueryExecutor. getRecordset(Query<V> query)Gets aRecordsetwith all records that matches the givenquery.RecordsetIQueryExecutor. getRecordset(Query<V> query, int startIndex, int count)Gets aRecordsetwith the records that matches the givenquery.List<V>IQueryExecutor. getResults(Query<V> query)Gets all business objects that matches the givenquery.List<V>IQueryExecutor. getResults(Query<V> query, int startIndex, int count)Gets all business objects that matches the givenquery.IPagedResult<V>IQueryExecutor. getResultsPaged(Query<V> query)Gets the results page wise.IPagedResult<V>IQueryExecutor. getResultsPaged(Query<V> query, int pageSize)Gets the results page wise. -
Uses of Query in ch.ivyteam.ivy.security.query
Subclasses of Query in ch.ivyteam.ivy.security.query Modifier and Type Class Description classUserQueryProvides a query builder to queryuserdata of thecurrent security context.static classUserQuery.FilterLinkLinks a where condition with another.static classUserQuery.FilterQueryProvides filter functionality forIUserstatic classUserQuery.GroupByQueryProvides methods to group the result by certain fields.static classUserQuery.OrderByColumnQueryProvides methods to define the direction of the sorting either ascending or descending.static classUserQuery.OrderByQueryProvides methods to order the result by columns ofIUser. -
Uses of Query in ch.ivyteam.ivy.workflow.custom.field
Classes in ch.ivyteam.ivy.workflow.custom.field with type parameters of type Query Modifier and Type Interface Description static interfaceICustomFieldNames.NameQuery<T extends Query<?>>Custom field name query -
Uses of Query in ch.ivyteam.ivy.workflow.query
Subclasses of Query in ch.ivyteam.ivy.workflow.query Modifier and Type Class Description classCaseQueryProvides a query builder to querycasedata of thecurrent workflow context.static classCaseQuery.AggregationQueryThis class provides methods to perform aggregations on the query.static classCaseQuery.FilterLinkLinks a where condition with another.static classCaseQuery.FilterQueryProvides filter functionality forICasestatic classCaseQuery.GroupByQueryProvides methods to group the result by certain fields.static classCaseQuery.OrderByColumnQueryProvides methods to define the direction of the sorting either ascending or descending.static classCaseQuery.OrderByQueryProvides methods to order the result by columns ofICase.classSignalEventQuerystatic classSignalEventQuery.AggregationQueryThis class provides methods to perform aggregations on the query.static classSignalEventQuery.FilterLinkLinks a where condition with another.static classSignalEventQuery.FilterQuerystatic classSignalEventQuery.GroupByQueryProvides methods to group the result by certain fields.static classSignalEventQuery.OrderByColumnQueryProvides methods to define the direction of the sorting either ascending or descending.static classSignalEventQuery.OrderByQueryProvides methods to order the result by columns ofISignalEvent.classTaskBoundarySignalEventReceiverQuerystatic classTaskBoundarySignalEventReceiverQuery.AggregationQueryThis class provides methods to perform aggregations on the query.static classTaskBoundarySignalEventReceiverQuery.FilterLinkLinks a where condition with another.static classTaskBoundarySignalEventReceiverQuery.FilterQuerystatic classTaskBoundarySignalEventReceiverQuery.GroupByQueryProvides methods to group the result by certain fields.static classTaskBoundarySignalEventReceiverQuery.OrderByColumnQueryProvides methods to define the direction of the sorting either ascending or descending.static classTaskBoundarySignalEventReceiverQuery.OrderByQueryProvides methods to order the result by columns ofITaskBoundarySignalEventReceiver.classTaskQueryProvides a query builder to querytaskdata of thecurrent workflow context.static classTaskQuery.AggregationQueryThis class provides methods to perform aggregations on the query.static classTaskQuery.FilterLinkLinks a where condition with another.static classTaskQuery.FilterQueryProvides filter functionality forITaskstatic classTaskQuery.GroupByQueryProvides methods to group the result by certain fields.static classTaskQuery.OrderByColumnQueryProvides methods to define the direction of the sorting either ascending or descending.static classTaskQuery.OrderByQueryProvides methods to order the result by columns ofITask.
-