Class ThemeQueryImpl
java.lang.Object
com.flowable.platform.engine.impl.configuration.ThemeQueryImpl
- All Implemented Interfaces:
ThemeQuery
- Author:
- Filip Hrisafov
-
Field Summary
Modifier and TypeFieldDescriptionprotected final ConfigurationPropertyQuery
protected final com.fasterxml.jackson.databind.ObjectMapper
-
Constructor Summary
ConstructorDescriptionThemeQueryImpl
(ConfigurationPropertyQuery configurationPropertyQuery, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptionprotected Theme
asTheme
(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 singleTheme
Query 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:ThemeQuery
Query for themes with the given id- Specified by:
id
in interfaceThemeQuery
-
name
Description copied from interface:ThemeQuery
Query for themes with the given name- Specified by:
name
in interfaceThemeQuery
-
tenantId
Description copied from interface:ThemeQuery
Query for themes in the given tenant- Specified by:
tenantId
in interfaceThemeQuery
-
singleResult
Description copied from interface:ThemeQuery
Return a singleTheme
- Specified by:
singleResult
in interfaceThemeQuery
-
list
Description copied from interface:ThemeQuery
Return a list ofTheme
(s)- Specified by:
list
in interfaceThemeQuery
-
asTheme
-
convertToThemeOptions
-