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
FieldsFields inherited from class com.flowable.platform.engine.impl.configuration.BaseThemeAutoImporter
applicationContext, deploymentProperties, forceOverwrite, logger, order, platformEngine, themeResourcesFields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
ConstructorsConstructorDescriptionCustomThemeAutoImporter(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, setDefaultThemeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecution
-
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:
importDocumentin classBaseThemeAutoImporter
-