Uses of Interface
com.flowable.platform.api.configuration.ThemeBuilder
Package | Description |
---|---|
com.flowable.platform.api.configuration | |
com.flowable.platform.engine.impl.configuration |
-
Uses of ThemeBuilder in com.flowable.platform.api.configuration
Methods in com.flowable.platform.api.configuration that return ThemeBuilder Modifier and Type Method Description ThemeBuilder
ConfigurationService. createThemeBuilder(java.lang.String themeName)
Create a theme builder for theme with the given nameThemeBuilder
ThemeBuilder. option(java.lang.String name, java.lang.String value)
Add an option for the themeThemeBuilder
ThemeBuilder. tenantId(java.lang.String tenantId)
The tenant for the teheme -
Uses of ThemeBuilder in com.flowable.platform.engine.impl.configuration
Classes in com.flowable.platform.engine.impl.configuration that implement ThemeBuilder Modifier and Type Class Description class
ThemeBuilderImpl
Methods in com.flowable.platform.engine.impl.configuration that return ThemeBuilder Modifier and Type Method Description ThemeBuilder
ConfigurationServiceImpl. createThemeBuilder(java.lang.String themeName)
ThemeBuilder
ThemeBuilderImpl. option(java.lang.String name, java.lang.String value)
ThemeBuilder
ThemeBuilderImpl. tenantId(java.lang.String tenantId)