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 BaseThemeAutoImporter
BaseThemeAutoImporter.ThemeDocument, BaseThemeAutoImporter.ThemeImportDocument -
Field Summary
FieldsFields inherited from class BaseThemeAutoImporter
applicationContext, deploymentProperties, forceOverwrite, logger, order, platformEngine, themeResourcesFields inherited from interface Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
ConstructorsConstructorDescriptionCustomThemeAutoImporter(PlatformEngine platformEngine, org.flowable.common.spring.CommonAutoDeploymentProperties deploymentProperties, Collection<Resource> themeResources, boolean forceOverwrite) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class BaseThemeAutoImporter
determineLockName, getOrder, importTheme, importThemes, importThemes, importThemesInTransaction, onApplicationEvent, setApplicationContext, setDefaultThemeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ApplicationListener
supportsAsyncExecution
-
Field Details
-
DEFAULT_ORDER
public static final int DEFAULT_ORDER- See Also:
-
-
Constructor Details
-
CustomThemeAutoImporter
public CustomThemeAutoImporter(PlatformEngine platformEngine, org.flowable.common.spring.CommonAutoDeploymentProperties deploymentProperties, Collection<Resource> themeResources, boolean forceOverwrite)
-
-
Method Details
-
importDocument
- Specified by:
importDocumentin classBaseThemeAutoImporter
-