Uses of Interface
com.flowable.platform.api.configuration.ConfigurationPropertyQuery
Packages that use ConfigurationPropertyQuery
Package
Description
-
Uses of ConfigurationPropertyQuery in com.flowable.platform.api.configuration
Methods in com.flowable.platform.api.configuration that return ConfigurationPropertyQueryModifier and TypeMethodDescriptionConfigurationService.createConfigurationPropertyQuery()
Create a query for configuration propertiesConfigurationPropertyQuery.description
(String description) Query for configuration properties with the given descriptionConfigurationPropertyQuery.descriptions
(Collection<String> descriptions) Query for configuration properties with the given descriptionsQuery for configuration properties with the given idConfigurationPropertyQuery.lastUpdatedAfter
(Date lastUpdatedTime) Query for configuration properties updated after the given dateConfigurationPropertyQuery.lastUpdatedBefore
(Date lastUpdatedTime) Query for configuration properties updated before the given dateQuery for configuration properties with the given nameConfigurationPropertyQuery.names
(Collection<String> names) Query for configuration properties with the given namesQuery for configuration properties with the given namespaceQuery for configuration properties owned by the user with the given id.Query for configuration properties with the given tenant id -
Uses of ConfigurationPropertyQuery in com.flowable.platform.engine.impl.configuration
Classes in com.flowable.platform.engine.impl.configuration that implement ConfigurationPropertyQueryFields in com.flowable.platform.engine.impl.configuration declared as ConfigurationPropertyQueryModifier and TypeFieldDescriptionprotected final ConfigurationPropertyQuery
ThemeQueryImpl.configurationPropertyQuery
Methods in com.flowable.platform.engine.impl.configuration that return ConfigurationPropertyQueryModifier and TypeMethodDescriptionConfigurationServiceImpl.createConfigurationPropertyQuery()
ConfigurationPropertyQueryImpl.description
(String description) ConfigurationPropertyQueryImpl.descriptions
(Collection<String> descriptions) ConfigurationPropertyQueryImpl.lastUpdatedAfter
(Date lastUpdatedTime) ConfigurationPropertyQueryImpl.lastUpdatedBefore
(Date lastUpdatedTime) ConfigurationPropertyQueryImpl.names
(Collection<String> names) Constructors in com.flowable.platform.engine.impl.configuration with parameters of type ConfigurationPropertyQueryModifierConstructorDescriptionThemeQueryImpl
(ConfigurationPropertyQuery configurationPropertyQuery, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of ConfigurationPropertyQuery in com.flowable.platform.engine.impl.configuration.datatable
Fields in com.flowable.platform.engine.impl.configuration.datatable declared as ConfigurationPropertyQueryModifier and TypeFieldDescriptionprotected final ConfigurationPropertyQuery
DataTableFavoriteConfigurationQueryImpl.configurationsQuery
protected final ConfigurationPropertyQuery
DataTableFavoriteConfigurationQueryImpl.defaultConfigurationQuery
-
Uses of ConfigurationPropertyQuery in com.flowable.platform.engine.impl.configuration.system
Fields in com.flowable.platform.engine.impl.configuration.system declared as ConfigurationPropertyQueryModifier and TypeFieldDescriptionprotected final ConfigurationPropertyQuery
SystemConfigurationQueryImpl.query
Constructors in com.flowable.platform.engine.impl.configuration.system with parameters of type ConfigurationPropertyQueryModifierConstructorDescriptionSystemConfigurationQueryImpl
(ConfigurationPropertyQuery query, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of ConfigurationPropertyQuery in com.flowable.platform.engine.impl.persistence.entity
Methods in com.flowable.platform.engine.impl.persistence.entity that return ConfigurationPropertyQueryModifier and TypeMethodDescriptionConfigurationPropertyEntityManager.createQuery()
ConfigurationPropertyEntityManagerImpl.createQuery()
Methods in com.flowable.platform.engine.impl.persistence.entity with parameters of type ConfigurationPropertyQueryModifier and TypeMethodDescriptionlong
ConfigurationPropertyEntityManager.countByCriteria
(ConfigurationPropertyQuery configurationPropertyQuery) long
ConfigurationPropertyEntityManagerImpl.countByCriteria
(ConfigurationPropertyQuery configurationPropertyQuery) ConfigurationPropertyEntityManager.findByCriteria
(ConfigurationPropertyQuery configurationPropertyQuery) ConfigurationPropertyEntityManagerImpl.findByCriteria
(ConfigurationPropertyQuery configurationPropertyQuery) -
Uses of ConfigurationPropertyQuery in com.flowable.platform.engine.impl.sequence
Fields in com.flowable.platform.engine.impl.sequence declared as ConfigurationPropertyQueryModifier and TypeFieldDescriptionprotected final ConfigurationPropertyQuery
SequenceValueQueryImpl.configurationPropertyQuery
Constructors in com.flowable.platform.engine.impl.sequence with parameters of type ConfigurationPropertyQueryModifierConstructorDescriptionSequenceValueQueryImpl
(ConfigurationPropertyQuery configurationPropertyQuery)