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(com.fasterxml.jackson.databind.JsonNode configurationJsonNode) protected voidparseAggregations(com.fasterxml.jackson.databind.JsonNode configurationJsonNode, StandardDataQueryConfigurationImpl result) protected voidparseFilter(com.fasterxml.jackson.databind.JsonNode configurationJsonNode, StandardDataQueryConfigurationImpl result, com.flowable.platform.engine.impl.deployer.StandardDataQueryConfigurationConverterImpl.FilterContext filterContext) protected voidparseFilterElements(com.fasterxml.jackson.databind.JsonNode filterNode, StandardDataQueryConfigurationImpl.FilterImpl currentFilter, com.flowable.platform.engine.impl.deployer.StandardDataQueryConfigurationConverterImpl.FilterContext filterContext) protected voidparsePagination(com.fasterxml.jackson.databind.JsonNode configurationJsonNode, StandardDataQueryConfigurationImpl result) protected voidparseResponse(com.fasterxml.jackson.databind.JsonNode configurationJsonNode, StandardDataQueryConfigurationImpl result) protected voidparseSorting(com.fasterxml.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(com.fasterxml.jackson.databind.JsonNode configurationJsonNode) - Specified by:
convertin interfaceStandardDataQueryConfigurationConverter
-
parsePagination
protected void parsePagination(com.fasterxml.jackson.databind.JsonNode configurationJsonNode, StandardDataQueryConfigurationImpl result) -
parseSorting
protected void parseSorting(com.fasterxml.jackson.databind.JsonNode configurationJsonNode, StandardDataQueryConfigurationImpl result) -
parseFilter
protected void parseFilter(com.fasterxml.jackson.databind.JsonNode configurationJsonNode, StandardDataQueryConfigurationImpl result, com.flowable.platform.engine.impl.deployer.StandardDataQueryConfigurationConverterImpl.FilterContext filterContext) -
parseFilterElements
protected void parseFilterElements(com.fasterxml.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(com.fasterxml.jackson.databind.JsonNode configurationJsonNode, StandardDataQueryConfigurationImpl result) -
parseAggregations
protected void parseAggregations(com.fasterxml.jackson.databind.JsonNode configurationJsonNode, StandardDataQueryConfigurationImpl result)
-