Uses of Interface
com.flowable.platform.api.configuration.ConfigurationPropertyQuery
Package | Description |
---|---|
com.flowable.platform.api.configuration | |
com.flowable.platform.engine.impl.configuration | |
com.flowable.platform.engine.impl.persistence.entity |
-
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. id(java.lang.String id)
Query for configuration properties with the given idConfigurationPropertyQuery
ConfigurationPropertyQuery. name(java.lang.String name)
Query for configuration properties with the given nameConfigurationPropertyQuery
ConfigurationPropertyQuery. namespace(java.lang.String namespace)
Query for configuration properties with the given namespaceConfigurationPropertyQuery
ConfigurationPropertyQuery. tenantId(java.lang.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
Methods in com.flowable.platform.engine.impl.configuration that return ConfigurationPropertyQuery Modifier and Type Method Description ConfigurationPropertyQuery
ConfigurationServiceImpl. createConfigurationPropertyQuery()
ConfigurationPropertyQuery
ConfigurationPropertyQueryImpl. id(java.lang.String id)
ConfigurationPropertyQuery
ConfigurationPropertyQueryImpl. name(java.lang.String name)
ConfigurationPropertyQuery
ConfigurationPropertyQueryImpl. namespace(java.lang.String namespace)
ConfigurationPropertyQuery
ConfigurationPropertyQueryImpl. tenantId(java.lang.String tenantId)
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.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)
java.util.List<ConfigurationProperty>
ConfigurationPropertyEntityManager. findByCriteria(ConfigurationPropertyQuery configurationPropertyQuery)
java.util.List<ConfigurationProperty>
ConfigurationPropertyEntityManagerImpl. findByCriteria(ConfigurationPropertyQuery configurationPropertyQuery)