Uses of Interface
com.flowable.platform.api.configuration.Theme
-
Packages that use Theme Package Description com.flowable.platform.api.configuration com.flowable.platform.engine.impl.configuration -
-
Uses of Theme in com.flowable.platform.api.configuration
Methods in com.flowable.platform.api.configuration that return Theme Modifier and Type Method Description ThemeThemeBuilder. save()Save the theme.ThemeThemeQuery. singleResult()Return a singleThemeMethods in com.flowable.platform.api.configuration that return types with arguments of type Theme Modifier and Type Method Description java.util.List<Theme>ThemeQuery. list()Return a list ofTheme(s) -
Uses of Theme in com.flowable.platform.engine.impl.configuration
Classes in com.flowable.platform.engine.impl.configuration that implement Theme Modifier and Type Class Description classThemeImplMethods in com.flowable.platform.engine.impl.configuration that return Theme Modifier and Type Method Description protected ThemeThemeQueryImpl. asTheme(ConfigurationProperty themeProperty)protected ThemeThemeAutoImporter. importTheme(ThemeAutoImporter.ThemeDocument themeDocument, java.lang.String tenantId, boolean overwrite)ThemeThemeBuilderImpl. save()ThemeThemeQueryImpl. singleResult()Methods in com.flowable.platform.engine.impl.configuration that return types with arguments of type Theme Modifier and Type Method Description protected java.util.List<Theme>ThemeAutoImporter. importDocument(ThemeAutoImporter.ThemeImportDocument document)protected java.util.List<Theme>ThemeAutoImporter. importThemes(java.util.Collection<ThemeAutoImporter.ThemeDocument> themeDocuments, java.lang.String tenantId, boolean overwrite)java.util.List<Theme>ThemeQueryImpl. list()
-