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 Theme
ThemeBuilder. save()
Save the theme.Theme
ThemeQuery. singleResult()
Return a singleTheme
Methods 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 class
ThemeImpl
Methods in com.flowable.platform.engine.impl.configuration that return Theme Modifier and Type Method Description protected Theme
ThemeQueryImpl. asTheme(ConfigurationProperty themeProperty)
protected Theme
ThemeAutoImporter. importTheme(ThemeAutoImporter.ThemeDocument themeDocument, java.lang.String tenantId, boolean overwrite)
Theme
ThemeBuilderImpl. save()
Theme
ThemeQueryImpl. 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 Theme
CurrentUserThemeEnhancer. findDefaultTheme(java.lang.String tenantId)
protected Theme
CurrentUserThemeEnhancer. findTheme(java.lang.String themeName, java.lang.String tenantId)
protected Theme
ThemeResource. 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 void
ThemeResource. validateAccessToTheme(Theme theme)
Constructors in com.flowable.platform.rest.service.api.configuration with parameters of type Theme Constructor Description ThemeResponse(Theme theme)