Uses of Interface
com.flowable.platform.api.configuration.Theme
| Package | Description |
|---|---|
| com.flowable.platform.api.configuration | |
| com.flowable.platform.engine.impl.configuration | |
| com.flowable.platform.rest.service.api.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() -
Uses of Theme in com.flowable.platform.rest.service.api.configuration
Methods in com.flowable.platform.rest.service.api.configuration that return Theme Modifier and Type Method Description protected ThemeCurrentUserThemeEnhancer. findDefaultTheme(java.lang.String tenantId)protected ThemeCurrentUserThemeEnhancer. findTheme(java.lang.String themeName, java.lang.String tenantId)protected ThemeThemeResource. getThemeFromRequest(java.lang.String themeId)Methods in com.flowable.platform.rest.service.api.configuration with parameters of type Theme Modifier and Type Method Description protected voidThemeResource. validateAccessToTheme(Theme theme)Constructors in com.flowable.platform.rest.service.api.configuration with parameters of type Theme Constructor Description ThemeResponse(Theme theme)