Uses of Class
com.flowable.platform.engine.impl.deployer.VariableExtractorDefinitionDeployer
-
Packages that use VariableExtractorDefinitionDeployer Package Description com.flowable.platform.engine -
-
Uses of VariableExtractorDefinitionDeployer in com.flowable.platform.engine
Fields in com.flowable.platform.engine declared as VariableExtractorDefinitionDeployer Modifier and Type Field Description protected VariableExtractorDefinitionDeployer
PlatformEngineConfiguration. variableExtractorDefinitionDeployer
Methods in com.flowable.platform.engine that return VariableExtractorDefinitionDeployer Modifier and Type Method Description VariableExtractorDefinitionDeployer
PlatformEngineConfiguration. getVariableExtractorDefinitionDeployer()
Methods in com.flowable.platform.engine with parameters of type VariableExtractorDefinitionDeployer Modifier and Type Method Description void
PlatformEngineConfiguration. setVariableExtractorDefinitionDeployer(VariableExtractorDefinitionDeployer variableExtractorDefinitionDeployer)
-