Uses of Interface
com.flowable.platform.engine.impl.persistence.entity.ConfigurationPropertyEntity
-
Uses of ConfigurationPropertyEntity in com.flowable.platform.engine.impl.cmd
Methods in com.flowable.platform.engine.impl.cmd that return ConfigurationPropertyEntity Modifier and Type Method Description ConfigurationPropertyEntity
SaveConfigurationPropertyCmd. execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Uses of ConfigurationPropertyEntity in com.flowable.platform.engine.impl.persistence.entity
Classes in com.flowable.platform.engine.impl.persistence.entity that implement ConfigurationPropertyEntity Modifier and Type Class Description class
ConfigurationPropertyEntityImpl
Methods in com.flowable.platform.engine.impl.persistence.entity that return ConfigurationPropertyEntity Modifier and Type Method Description ConfigurationPropertyEntity
ConfigurationPropertyEntityManager. findByNamespaceAndName(java.lang.String namespace, java.lang.String name)
ConfigurationPropertyEntity
ConfigurationPropertyEntityManagerImpl. findByNamespaceAndName(java.lang.String namespace, java.lang.String name)
ConfigurationPropertyEntity
ConfigurationPropertyEntityManager. findByNamespaceAndNameAndTenantId(java.lang.String namespace, java.lang.String name, java.lang.String tenantId)
ConfigurationPropertyEntity
ConfigurationPropertyEntityManagerImpl. findByNamespaceAndNameAndTenantId(java.lang.String namespace, java.lang.String name, java.lang.String tenantId)
Methods in com.flowable.platform.engine.impl.persistence.entity that return types with arguments of type ConfigurationPropertyEntity Modifier and Type Method Description java.util.List<ConfigurationPropertyEntity>
ConfigurationPropertyEntityManager. findByNamespace(java.lang.String namespace)
java.util.List<ConfigurationPropertyEntity>
ConfigurationPropertyEntityManagerImpl. findByNamespace(java.lang.String namespace)
java.util.List<ConfigurationPropertyEntity>
ConfigurationPropertyEntityManager. findByNamespaceAndTenantId(java.lang.String namespace, java.lang.String tenantId)
java.util.List<ConfigurationPropertyEntity>
ConfigurationPropertyEntityManagerImpl. findByNamespaceAndTenantId(java.lang.String namespace, java.lang.String tenantId)
java.util.List<ConfigurationPropertyEntity>
ConfigurationPropertyEntityManager. findPropertiesByNamespaceAndName(java.lang.String namespace, java.lang.String name)
java.util.List<ConfigurationPropertyEntity>
ConfigurationPropertyEntityManagerImpl. findPropertiesByNamespaceAndName(java.lang.String namespace, java.lang.String name)
-
Uses of ConfigurationPropertyEntity in com.flowable.platform.engine.impl.persistence.entity.data
Methods in com.flowable.platform.engine.impl.persistence.entity.data that return ConfigurationPropertyEntity Modifier and Type Method Description ConfigurationPropertyEntity
ConfigurationPropertyDataManager. findByNamespaceAndName(java.lang.String namespace, java.lang.String name)
ConfigurationPropertyEntity
ConfigurationPropertyDataManager. findByNamespaceAndNameAndTenantId(java.lang.String namespace, java.lang.String name, java.lang.String tenantId)
Methods in com.flowable.platform.engine.impl.persistence.entity.data that return types with arguments of type ConfigurationPropertyEntity Modifier and Type Method Description java.util.List<ConfigurationPropertyEntity>
ConfigurationPropertyDataManager. findByNamespace(java.lang.String namespace)
java.util.List<ConfigurationPropertyEntity>
ConfigurationPropertyDataManager. findByNamespaceAndTenantId(java.lang.String namespace, java.lang.String tenantId)
java.util.List<ConfigurationPropertyEntity>
ConfigurationPropertyDataManager. findPropertiesByNamespaceAndName(java.lang.String namespace, java.lang.String name)
-
Uses of ConfigurationPropertyEntity in com.flowable.platform.engine.impl.persistence.entity.data.impl
Fields in com.flowable.platform.engine.impl.persistence.entity.data.impl with type parameters of type ConfigurationPropertyEntity Modifier and Type Field Description protected org.flowable.common.engine.impl.persistence.cache.CachedEntityMatcher<ConfigurationPropertyEntity>
MybatisConfigurationPropertyDataManager. configurationPropertiesQueryMatcher
protected org.flowable.common.engine.impl.persistence.cache.CachedEntityMatcher<ConfigurationPropertyEntity>
MybatisConfigurationPropertyDataManager. configurationPropertyByNamespaceMatcher
Methods in com.flowable.platform.engine.impl.persistence.entity.data.impl that return ConfigurationPropertyEntity Modifier and Type Method Description ConfigurationPropertyEntity
MybatisConfigurationPropertyDataManager. create()
ConfigurationPropertyEntity
MybatisConfigurationPropertyDataManager. findByNamespaceAndName(java.lang.String namespace, java.lang.String name)
ConfigurationPropertyEntity
MybatisConfigurationPropertyDataManager. findByNamespaceAndNameAndTenantId(java.lang.String namespace, java.lang.String name, java.lang.String tenantId)
Methods in com.flowable.platform.engine.impl.persistence.entity.data.impl that return types with arguments of type ConfigurationPropertyEntity Modifier and Type Method Description java.util.List<ConfigurationPropertyEntity>
MybatisConfigurationPropertyDataManager. findByNamespace(java.lang.String namespace)
java.util.List<ConfigurationPropertyEntity>
MybatisConfigurationPropertyDataManager. findByNamespaceAndTenantId(java.lang.String namespace, java.lang.String tenantId)
java.util.List<ConfigurationPropertyEntity>
MybatisConfigurationPropertyDataManager. findPropertiesByNamespaceAndName(java.lang.String namespace, java.lang.String name)
java.lang.Class<? extends ConfigurationPropertyEntity>
MybatisConfigurationPropertyDataManager. getManagedEntityClass()
protected java.util.List<ConfigurationPropertyEntity>
MybatisConfigurationPropertyDataManager. queryProperties(java.util.Map<java.lang.String,java.lang.Object> params)