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 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 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, 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 List<Theme>
ThemeAutoImporter. importDocument(ThemeAutoImporter.ThemeImportDocument document)
protected List<Theme>
ThemeAutoImporter. importThemes(Collection<ThemeAutoImporter.ThemeDocument> themeDocuments, String tenantId, boolean overwrite)
List<Theme>
ThemeQueryImpl. list()
-