Class ThemeQueryImpl
java.lang.Object
com.flowable.platform.engine.impl.configuration.ThemeQueryImpl
- All Implemented Interfaces:
ThemeQuery
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ConfigurationPropertyQueryprotected final com.fasterxml.jackson.databind.ObjectMapper -
Constructor Summary
ConstructorsConstructorDescriptionThemeQueryImpl(ConfigurationPropertyQuery configurationPropertyQuery, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptionprotected ThemeasTheme(ConfigurationProperty themeProperty) convertToThemeOptions(String themeOptions) Query for themes with the given idlist()Return a list ofTheme(s)Query for themes with the given nameReturn a singleThemeQuery for themes in the given tenant
-
Field Details
-
MAP_TYPE_REFERENCE
-
objectMapper
protected final com.fasterxml.jackson.databind.ObjectMapper objectMapper -
configurationPropertyQuery
-
-
Constructor Details
-
ThemeQueryImpl
public ThemeQueryImpl(ConfigurationPropertyQuery configurationPropertyQuery, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
id
Description copied from interface:ThemeQueryQuery for themes with the given id- Specified by:
idin interfaceThemeQuery
-
name
Description copied from interface:ThemeQueryQuery for themes with the given name- Specified by:
namein interfaceThemeQuery
-
tenantId
Description copied from interface:ThemeQueryQuery for themes in the given tenant- Specified by:
tenantIdin interfaceThemeQuery
-
singleResult
Description copied from interface:ThemeQueryReturn a singleTheme- Specified by:
singleResultin interfaceThemeQuery
-
list
Description copied from interface:ThemeQueryReturn a list ofTheme(s)- Specified by:
listin interfaceThemeQuery
-
asTheme
-
convertToThemeOptions
-