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(java.lang.String description)
Query for configuration properties with the given descriptionConfigurationPropertyQuery
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. ownerUser(java.lang.String userId)
Query for configuration properties owned by the user with the given id.ConfigurationPropertyQuery
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. description(java.lang.String description)
ConfigurationPropertyQuery
ConfigurationPropertyQueryImpl. id(java.lang.String id)
ConfigurationPropertyQuery
ConfigurationPropertyQueryImpl. name(java.lang.String name)
ConfigurationPropertyQuery
ConfigurationPropertyQueryImpl. namespace(java.lang.String namespace)
ConfigurationPropertyQuery
ConfigurationPropertyQueryImpl. ownerUser(java.lang.String userId)
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.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.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)
-