Class ThemeBuilderImpl
java.lang.Object
com.flowable.platform.engine.impl.configuration.ThemeBuilderImpl
- All Implemented Interfaces:
ThemeBuilder
- Author:
- Filip Hrisafov
-
Field Summary
Modifier and TypeFieldDescriptionprotected final CommandExecutor
protected String
protected final com.fasterxml.jackson.databind.ObjectMapper
protected String
-
Constructor Summary
ConstructorDescriptionThemeBuilderImpl
(String name, CommandExecutor commandExecutor, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
-
Field Details
-
commandExecutor
-
objectMapper
protected final com.fasterxml.jackson.databind.ObjectMapper objectMapper -
name
-
tenantId
-
options
-
-
Constructor Details
-
ThemeBuilderImpl
public ThemeBuilderImpl(String name, CommandExecutor commandExecutor, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
tenantId
Description copied from interface:ThemeBuilder
The tenant for the teheme- Specified by:
tenantId
in interfaceThemeBuilder
-
option
Description copied from interface:ThemeBuilder
Add an option for the theme- Specified by:
option
in interfaceThemeBuilder
- Parameters:
name
- the option namevalue
- the option value
-
save
Description copied from interface:ThemeBuilder
Save the theme. It would either create a new one or update an existing one.- Specified by:
save
in interfaceThemeBuilder
-
convertToThemeOptions
-