Class DefaultThemeAutoImporter
java.lang.Object
com.flowable.platform.engine.impl.configuration.BaseThemeAutoImporter
com.flowable.platform.engine.impl.configuration.DefaultThemeAutoImporter
- 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
FieldsModifier and TypeFieldDescriptionstatic final int
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
ConstructorsConstructorDescriptionDefaultThemeAutoImporter
(PlatformEngine platformEngine, CommonAutoDeploymentProperties deploymentProperties, Collection<Resource> themeResources, boolean forceOverwrite, Set<String> autoImportTenants) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.flowable.platform.engine.impl.configuration.BaseThemeAutoImporter
determineLockName, getOrder, importTheme, importThemes, importThemes, importThemesInTransaction, onApplicationEvent, setApplicationContext, setDefaultTheme
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecution
-
Field Details
-
DEFAULT_ORDER
public static final int DEFAULT_ORDER- See Also:
-
autoImportTenants
-
-
Constructor Details
-
DefaultThemeAutoImporter
public DefaultThemeAutoImporter(PlatformEngine platformEngine, CommonAutoDeploymentProperties deploymentProperties, Collection<Resource> themeResources, boolean forceOverwrite, Set<String> autoImportTenants)
-
-
Method Details
-
importDocument
- Specified by:
importDocument
in classBaseThemeAutoImporter
-