Uses of Interface
com.flowable.platform.service.query.datatable.DataTableData
Packages that use DataTableData
-
Uses of DataTableData in com.flowable.platform.service.query.datatable
Classes in com.flowable.platform.service.query.datatable that implement DataTableDataModifier and TypeClassDescriptionclass
A backend representation of the data that is used by the datatable component in Flowable.class
A backend representation of the data that is used by the datatable component in Flowable.class
The Elasticsearch API's have a way of supporting paging for infinite scrolling tables using the "search_after" parameter: https://www.elastic.co/guide/en/elasticsearch/reference/current/paginate-search-results.html#search-after This implementation will pass the searchAfter parameter, which needs to be provided on subsequent queries.Methods in com.flowable.platform.service.query.datatable that return DataTableDataModifier and TypeMethodDescriptionDataTableConverterImpl.convertESResultToDataTableData
(QueryDefinitionModel queryDefinitionModel, Map<String, com.fasterxml.jackson.databind.JsonNode> queryPayload, com.fasterxml.jackson.databind.JsonNode queryResult) DataTableDataConverter.convertESResultToDataTableData
(QueryDefinitionModel queryDefinitionModel, Map<String, com.fasterxml.jackson.databind.JsonNode> queryPayload, com.fasterxml.jackson.databind.JsonNode esQueryResult)