Uses of Class
com.flowable.platform.engine.impl.configuration.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 java.util.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 java.util.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, java.lang.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 java.util.List<Theme>
ThemeAutoImporter. importThemes(java.util.Collection<ThemeAutoImporter.ThemeDocument> themeDocuments, java.lang.String tenantId, boolean overwrite)
void
ThemeAutoImporter.ThemeImportDocument. setThemes(java.util.Collection<ThemeAutoImporter.ThemeDocument> themes)