Uses of Interface
com.flowable.platform.api.configuration.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 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()