Class StandardDataQueryConfigurationConverterImpl
java.lang.Object
com.flowable.platform.engine.impl.deployer.StandardDataQueryConfigurationConverterImpl
- All Implemented Interfaces:
StandardDataQueryConfigurationConverter
public class StandardDataQueryConfigurationConverterImpl
extends Object
implements StandardDataQueryConfigurationConverter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvert(tools.jackson.databind.JsonNode configurationJsonNode) protected StringnormalizeOrder(String order) Normalises the legacy"asc"/"desc"order values to"countAsc"/"countDesc".protected voidparseAggregations(tools.jackson.databind.JsonNode configurationJsonNode, StandardDataQueryConfigurationImpl result) protected voidparseFilter(tools.jackson.databind.JsonNode configurationJsonNode, StandardDataQueryConfigurationImpl result, com.flowable.platform.engine.impl.deployer.StandardDataQueryConfigurationConverterImpl.FilterContext filterContext) protected voidparseFilterElements(tools.jackson.databind.JsonNode filterNode, StandardDataQueryConfigurationImpl.FilterImpl currentFilter, com.flowable.platform.engine.impl.deployer.StandardDataQueryConfigurationConverterImpl.FilterContext filterContext) protected voidparsePagination(tools.jackson.databind.JsonNode configurationJsonNode, StandardDataQueryConfigurationImpl result) protected voidparseResponse(tools.jackson.databind.JsonNode configurationJsonNode, StandardDataQueryConfigurationImpl result) protected voidparseSorting(tools.jackson.databind.JsonNode configurationJsonNode, StandardDataQueryConfigurationImpl result) protected voidpostProcessFilter(StandardDataQueryConfigurationImpl result, com.flowable.platform.engine.impl.deployer.StandardDataQueryConfigurationConverterImpl.FilterContext filterContext)
-
Field Details
-
INTERNAL_INPUT_PARAMETER_PREFIX
-
-
Constructor Details
-
StandardDataQueryConfigurationConverterImpl
public StandardDataQueryConfigurationConverterImpl()
-
-
Method Details
-
convert
public StandardDataQueryConfiguration convert(tools.jackson.databind.JsonNode configurationJsonNode) - Specified by:
convertin interfaceStandardDataQueryConfigurationConverter
-
parsePagination
protected void parsePagination(tools.jackson.databind.JsonNode configurationJsonNode, StandardDataQueryConfigurationImpl result) -
parseSorting
protected void parseSorting(tools.jackson.databind.JsonNode configurationJsonNode, StandardDataQueryConfigurationImpl result) -
parseFilter
protected void parseFilter(tools.jackson.databind.JsonNode configurationJsonNode, StandardDataQueryConfigurationImpl result, com.flowable.platform.engine.impl.deployer.StandardDataQueryConfigurationConverterImpl.FilterContext filterContext) -
parseFilterElements
protected void parseFilterElements(tools.jackson.databind.JsonNode filterNode, StandardDataQueryConfigurationImpl.FilterImpl currentFilter, com.flowable.platform.engine.impl.deployer.StandardDataQueryConfigurationConverterImpl.FilterContext filterContext) -
postProcessFilter
protected void postProcessFilter(StandardDataQueryConfigurationImpl result, com.flowable.platform.engine.impl.deployer.StandardDataQueryConfigurationConverterImpl.FilterContext filterContext) -
parseResponse
protected void parseResponse(tools.jackson.databind.JsonNode configurationJsonNode, StandardDataQueryConfigurationImpl result) -
parseAggregations
protected void parseAggregations(tools.jackson.databind.JsonNode configurationJsonNode, StandardDataQueryConfigurationImpl result) -
normalizeOrder
-