Uses of Class
com.flowable.platform.engine.impl.configuration.ThemeAutoImporter.ThemeDocument
-
Packages that use ThemeAutoImporter.ThemeDocument Package Description com.flowable.platform.engine.impl.configuration -
-
Uses of ThemeAutoImporter.ThemeDocument in com.flowable.platform.engine.impl.configuration
Fields in com.flowable.platform.engine.impl.configuration with type parameters of type ThemeAutoImporter.ThemeDocument Modifier and Type Field Description protected Collection<ThemeAutoImporter.ThemeDocument>
ThemeAutoImporter.ThemeImportDocument. themes
Methods in com.flowable.platform.engine.impl.configuration that return types with arguments of type ThemeAutoImporter.ThemeDocument Modifier and Type Method Description Collection<ThemeAutoImporter.ThemeDocument>
ThemeAutoImporter.ThemeImportDocument. getThemes()
Methods in com.flowable.platform.engine.impl.configuration with parameters of type ThemeAutoImporter.ThemeDocument Modifier and Type Method Description protected Theme
ThemeAutoImporter. importTheme(ThemeAutoImporter.ThemeDocument themeDocument, String tenantId, boolean overwrite)
Method parameters in com.flowable.platform.engine.impl.configuration with type arguments of type ThemeAutoImporter.ThemeDocument Modifier and Type Method Description protected List<Theme>
ThemeAutoImporter. importThemes(Collection<ThemeAutoImporter.ThemeDocument> themeDocuments, String tenantId, boolean overwrite)
void
ThemeAutoImporter.ThemeImportDocument. setThemes(Collection<ThemeAutoImporter.ThemeDocument> themes)
-