Uses of Interface
com.flowable.platform.api.configuration.ConfigurationPropertyQuery
-
-
Uses of ConfigurationPropertyQuery in com.flowable.platform.api.configuration
Methods in com.flowable.platform.api.configuration that return ConfigurationPropertyQuery Modifier and Type Method Description ConfigurationPropertyQuery
ConfigurationService. createConfigurationPropertyQuery()
Create a query for configuration propertiesConfigurationPropertyQuery
ConfigurationPropertyQuery. description(String description)
Query for configuration properties with the given descriptionConfigurationPropertyQuery
ConfigurationPropertyQuery. descriptions(Collection<String> descriptions)
Query for configuration properties with the given descriptionsConfigurationPropertyQuery
ConfigurationPropertyQuery. id(String id)
Query for configuration properties with the given idConfigurationPropertyQuery
ConfigurationPropertyQuery. lastUpdatedAfter(Date lastUpdatedTime)
Query for configuration properties updated after the given dateConfigurationPropertyQuery
ConfigurationPropertyQuery. lastUpdatedBefore(Date lastUpdatedTime)
Query for configuration properties updated before the given dateConfigurationPropertyQuery
ConfigurationPropertyQuery. name(String name)
Query for configuration properties with the given nameConfigurationPropertyQuery
ConfigurationPropertyQuery. names(Collection<String> names)
Query for configuration properties with the given namesConfigurationPropertyQuery
ConfigurationPropertyQuery. namespace(String namespace)
Query for configuration properties with the given namespaceConfigurationPropertyQuery
ConfigurationPropertyQuery. ownerUser(String userId)
Query for configuration properties owned by the user with the given id.ConfigurationPropertyQuery
ConfigurationPropertyQuery. tenantId(String tenantId)
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 ConfigurationPropertyQuery Modifier and Type Class Description class
ConfigurationPropertyQueryImpl
Fields in com.flowable.platform.engine.impl.configuration declared as ConfigurationPropertyQuery Modifier and Type Field Description protected ConfigurationPropertyQuery
ThemeQueryImpl. configurationPropertyQuery
Constructors in com.flowable.platform.engine.impl.configuration with parameters of type ConfigurationPropertyQuery Constructor Description ThemeQueryImpl(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 ConfigurationPropertyQuery Modifier and Type Field Description protected ConfigurationPropertyQuery
DataTableFavoriteConfigurationQueryImpl. configurationsQuery
protected 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 ConfigurationPropertyQuery Modifier and Type Field Description protected ConfigurationPropertyQuery
SystemConfigurationQueryImpl. query
Constructors in com.flowable.platform.engine.impl.configuration.system with parameters of type ConfigurationPropertyQuery Constructor Description SystemConfigurationQueryImpl(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 ConfigurationPropertyQuery Modifier and Type Method Description ConfigurationPropertyQuery
ConfigurationPropertyEntityManager. createQuery()
ConfigurationPropertyQuery
ConfigurationPropertyEntityManagerImpl. createQuery()
Methods in com.flowable.platform.engine.impl.persistence.entity with parameters of type ConfigurationPropertyQuery Modifier and Type Method Description long
ConfigurationPropertyEntityManager. countByCriteria(ConfigurationPropertyQuery configurationPropertyQuery)
long
ConfigurationPropertyEntityManagerImpl. countByCriteria(ConfigurationPropertyQuery configurationPropertyQuery)
List<ConfigurationProperty>
ConfigurationPropertyEntityManager. findByCriteria(ConfigurationPropertyQuery configurationPropertyQuery)
List<ConfigurationProperty>
ConfigurationPropertyEntityManagerImpl. findByCriteria(ConfigurationPropertyQuery configurationPropertyQuery)
-
Uses of ConfigurationPropertyQuery in com.flowable.platform.engine.impl.sequence
Fields in com.flowable.platform.engine.impl.sequence declared as ConfigurationPropertyQuery Modifier and Type Field Description protected ConfigurationPropertyQuery
SequenceValueQueryImpl. configurationPropertyQuery
Constructors in com.flowable.platform.engine.impl.sequence with parameters of type ConfigurationPropertyQuery Constructor Description SequenceValueQueryImpl(ConfigurationPropertyQuery configurationPropertyQuery)
-