Class DataTableFavoriteConfigurationQueryImpl
java.lang.Object
com.flowable.platform.engine.impl.configuration.datatable.DataTableFavoriteConfigurationQueryImpl
- All Implemented Interfaces:
DataTableFavoriteConfigurationQuery
public class DataTableFavoriteConfigurationQueryImpl
extends Object
implements DataTableFavoriteConfigurationQuery
- Author:
- Filip Hrisafov
-
Field Summary
Modifier and TypeFieldDescriptionprotected final ConfigurationService
protected final ConfigurationPropertyQuery
protected final ConfigurationPropertyQuery
protected boolean
protected final com.fasterxml.jackson.databind.ObjectMapper
protected boolean
-
Constructor Summary
ConstructorDescriptionDataTableFavoriteConfigurationQueryImpl
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ConfigurationService configurationService) -
Method Summary
Modifier and TypeMethodDescriptionprotected DataTableFavoriteConfiguration
asFavoriteConfiguration
(ConfigurationProperty property, String defaultPropertyId) protected com.fasterxml.jackson.databind.node.ObjectNode
convertToObjectNode
(String value) favoriteKey
(String favoriteKey) Query for data table configurations with the given favorite key.protected String
Query for data table configurations with the given id.list()
Return a list ofDataTableFavoriteConfiguration
(s)Query for data table configurations with the given name.Query for data table configurations for the given user.Return a singleDataTableFavoriteConfiguration
.Query for data table configurations with the given tenant id.
-
Field Details
-
objectMapper
protected final com.fasterxml.jackson.databind.ObjectMapper objectMapper -
configurationService
-
configurationsQuery
-
defaultConfigurationQuery
-
ownerUserDefined
protected boolean ownerUserDefined -
favoriteKeyDefined
protected boolean favoriteKeyDefined
-
-
Constructor Details
-
DataTableFavoriteConfigurationQueryImpl
public DataTableFavoriteConfigurationQueryImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ConfigurationService configurationService)
-
-
Method Details
-
id
Description copied from interface:DataTableFavoriteConfigurationQuery
Query for data table configurations with the given id.- Specified by:
id
in interfaceDataTableFavoriteConfigurationQuery
-
favoriteKey
Description copied from interface:DataTableFavoriteConfigurationQuery
Query for data table configurations with the given favorite key.- Specified by:
favoriteKey
in interfaceDataTableFavoriteConfigurationQuery
-
tenantId
Description copied from interface:DataTableFavoriteConfigurationQuery
Query for data table configurations with the given tenant id.- Specified by:
tenantId
in interfaceDataTableFavoriteConfigurationQuery
-
ownerUser
Description copied from interface:DataTableFavoriteConfigurationQuery
Query for data table configurations for the given user.- Specified by:
ownerUser
in interfaceDataTableFavoriteConfigurationQuery
-
name
Description copied from interface:DataTableFavoriteConfigurationQuery
Query for data table configurations with the given name.- Specified by:
name
in interfaceDataTableFavoriteConfigurationQuery
-
singleResult
Description copied from interface:DataTableFavoriteConfigurationQuery
Return a singleDataTableFavoriteConfiguration
.- Specified by:
singleResult
in interfaceDataTableFavoriteConfigurationQuery
-
list
Description copied from interface:DataTableFavoriteConfigurationQuery
Return a list ofDataTableFavoriteConfiguration
(s)- Specified by:
list
in interfaceDataTableFavoriteConfigurationQuery
-
fetchDefaultPropertyId
-
asFavoriteConfiguration
protected DataTableFavoriteConfiguration asFavoriteConfiguration(ConfigurationProperty property, String defaultPropertyId) -
convertToObjectNode
-