Class CustomThemeAutoImporter
java.lang.Object
com.flowable.platform.engine.impl.configuration.BaseThemeAutoImporter
com.flowable.platform.engine.impl.configuration.CustomThemeAutoImporter
- All Implemented Interfaces:
EventListener
,Aware
,ApplicationContextAware
,ApplicationListener<ContextRefreshedEvent>
,Ordered
- Author:
- Filip Hrisafov
-
Nested Class Summary
Nested classes/interfaces inherited from class com.flowable.platform.engine.impl.configuration.BaseThemeAutoImporter
BaseThemeAutoImporter.ThemeDocument, BaseThemeAutoImporter.ThemeImportDocument
-
Field Summary
Fields inherited from class com.flowable.platform.engine.impl.configuration.BaseThemeAutoImporter
applicationContext, deploymentProperties, forceOverwrite, logger, order, platformEngine, themeResources
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
ConstructorDescriptionCustomThemeAutoImporter
(PlatformEngine platformEngine, CommonAutoDeploymentProperties deploymentProperties, Collection<Resource> themeResources, boolean forceOverwrite) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.flowable.platform.engine.impl.configuration.BaseThemeAutoImporter
determineLockName, getOrder, importTheme, importThemes, importThemes, importThemesInTransaction, onApplicationEvent, setApplicationContext, setDefaultTheme
-
Field Details
-
DEFAULT_ORDER
public static final int DEFAULT_ORDER- See Also:
-
-
Constructor Details
-
CustomThemeAutoImporter
public CustomThemeAutoImporter(PlatformEngine platformEngine, CommonAutoDeploymentProperties deploymentProperties, Collection<Resource> themeResources, boolean forceOverwrite)
-
-
Method Details
-
importDocument
- Specified by:
importDocument
in classBaseThemeAutoImporter
-