Class ThemeBuilderImpl
java.lang.Object
com.flowable.platform.engine.impl.configuration.ThemeBuilderImpl
- All Implemented Interfaces:
ThemeBuilder
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final CommandExecutorprotected Stringprotected final com.fasterxml.jackson.databind.ObjectMapperprotected String -
Constructor Summary
ConstructorsConstructorDescriptionThemeBuilderImpl(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:ThemeBuilderThe tenant for the teheme- Specified by:
tenantIdin interfaceThemeBuilder
-
option
Description copied from interface:ThemeBuilderAdd an option for the theme- Specified by:
optionin interfaceThemeBuilder- Parameters:
name- the option namevalue- the option value
-
save
Description copied from interface:ThemeBuilderSave the theme. It would either create a new one or update an existing one.- Specified by:
savein interfaceThemeBuilder
-
convertToThemeOptions
-