Uses of Class
com.flowable.platform.engine.impl.deployer.StandardDataQueryConfigurationImpl
Packages that use StandardDataQueryConfigurationImpl
-
Uses of StandardDataQueryConfigurationImpl in com.flowable.platform.engine.impl.deployer
Methods in com.flowable.platform.engine.impl.deployer with parameters of type StandardDataQueryConfigurationImplModifier and TypeMethodDescriptionprotected void
StandardDataQueryConfigurationConverterImpl.parseAggregations
(com.fasterxml.jackson.databind.JsonNode configurationJsonNode, StandardDataQueryConfigurationImpl result) protected void
StandardDataQueryConfigurationConverterImpl.parseFilter
(com.fasterxml.jackson.databind.JsonNode configurationJsonNode, StandardDataQueryConfigurationImpl result, com.flowable.platform.engine.impl.deployer.StandardDataQueryConfigurationConverterImpl.FilterContext filterContext) protected void
StandardDataQueryConfigurationConverterImpl.parsePagination
(com.fasterxml.jackson.databind.JsonNode configurationJsonNode, StandardDataQueryConfigurationImpl result) protected void
StandardDataQueryConfigurationConverterImpl.parseResponse
(com.fasterxml.jackson.databind.JsonNode configurationJsonNode, StandardDataQueryConfigurationImpl result) protected void
StandardDataQueryConfigurationConverterImpl.parseSorting
(com.fasterxml.jackson.databind.JsonNode configurationJsonNode, StandardDataQueryConfigurationImpl result) protected void
StandardDataQueryConfigurationConverterImpl.postProcessFilter
(StandardDataQueryConfigurationImpl result, com.flowable.platform.engine.impl.deployer.StandardDataQueryConfigurationConverterImpl.FilterContext filterContext)