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 BaseThemeAutoImporter
BaseThemeAutoImporter.ThemeDocument, BaseThemeAutoImporter.ThemeImportDocument -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intFields inherited from class BaseThemeAutoImporter
applicationContext, deploymentProperties, forceOverwrite, logger, order, platformEngine, themeResourcesFields inherited from interface Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
ConstructorsConstructorDescriptionDefaultThemeAutoImporter(PlatformEngine platformEngine, org.flowable.common.spring.CommonAutoDeploymentProperties deploymentProperties, Collection<Resource> themeResources, boolean forceOverwrite, Set<String> autoImportTenants) -
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:
-
autoImportTenants
-
-
Constructor Details
-
DefaultThemeAutoImporter
public DefaultThemeAutoImporter(PlatformEngine platformEngine, org.flowable.common.spring.CommonAutoDeploymentProperties deploymentProperties, Collection<Resource> themeResources, boolean forceOverwrite, Set<String> autoImportTenants)
-
-
Method Details
-
importDocument
- Specified by:
importDocumentin classBaseThemeAutoImporter
-