Uses of Interface
com.flowable.platform.api.repository.QueryResourceConverter
Packages that use QueryResourceConverter
Package
Description
-
Uses of QueryResourceConverter in com.flowable.platform.engine
Fields in com.flowable.platform.engine declared as QueryResourceConverterModifier and TypeFieldDescriptionprotected QueryResourceConverterPlatformEngineConfiguration.queryResourceConverterMethods in com.flowable.platform.engine that return QueryResourceConverterMethods in com.flowable.platform.engine with parameters of type QueryResourceConverterModifier and TypeMethodDescriptionvoidPlatformEngineConfiguration.setQueryResourceConverter(QueryResourceConverter queryResourceConverter) -
Uses of QueryResourceConverter in com.flowable.platform.engine.autodeployment
Methods in com.flowable.platform.engine.autodeployment with parameters of type QueryResourceConverterModifier and TypeMethodDescriptionprotected voidDefaultPlatformAutoDeploymentStrategy.collectDeploymentResources(QueryResourceConverter queryResourceConverter, VariableExtractorResourceConverter variableExtractorResourceConverter, DashboardComponentResourceConverter dashboardComponentResourceConverter, Resource[] resources, Map<String, Resource> queryKeyMap, Map<String, Resource> variableExtractorKeyMap, Map<String, Resource> dashboardComponentMap, Map<String, Resource> legacyQueryKeyMap, Map<String, Resource> legacyVariableExtractorKeyMap, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of QueryResourceConverter in com.flowable.platform.engine.impl.deployer
Classes in com.flowable.platform.engine.impl.deployer that implement QueryResourceConverter