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