Uses of Interface
com.flowable.platform.engine.impl.persistence.entity.TenantVariableEntity
Packages that use TenantVariableEntity
Package
Description
-
Uses of TenantVariableEntity in com.flowable.platform.engine.impl.cmd
Methods in com.flowable.platform.engine.impl.cmd with parameters of type TenantVariableEntityModifier and TypeMethodDescriptionstatic voidTenantVariableCommandUtils.handleExistingVariableEntity(PlatformEngineConfiguration platformEngineConfiguration, TenantVariableEntity variableEntity, Object variableValue, boolean storeAsProtected) -
Uses of TenantVariableEntity in com.flowable.platform.engine.impl.persistence.entity
Classes in com.flowable.platform.engine.impl.persistence.entity that implement TenantVariableEntityMethods in com.flowable.platform.engine.impl.persistence.entity that return TenantVariableEntityModifier and TypeMethodDescriptionTenantVariableEntityManager.create(String tenantId, String variableName, org.flowable.variable.api.types.VariableType type, Object variableValue, boolean variableProtected) TenantVariableEntityManagerImpl.create(String tenantId, String variableName, org.flowable.variable.api.types.VariableType type, Object variableValue, boolean variableProtected) TenantVariableEntityManager.findByTenantIdAndName(String tenantId, String variableName) TenantVariableEntityManagerImpl.findByTenantIdAndName(String tenantId, String variableName) Methods in com.flowable.platform.engine.impl.persistence.entity that return types with arguments of type TenantVariableEntityModifier and TypeMethodDescriptionTenantVariableEntityManager.findByTenantId(String tenantId) TenantVariableEntityManagerImpl.findByTenantId(String tenantId) -
Uses of TenantVariableEntity in com.flowable.platform.engine.impl.persistence.entity.data
Methods in com.flowable.platform.engine.impl.persistence.entity.data that return TenantVariableEntityModifier and TypeMethodDescriptionTenantVariableDataManager.findByTenantIdAndName(String variableName, String tenantId) Methods in com.flowable.platform.engine.impl.persistence.entity.data that return types with arguments of type TenantVariableEntity -
Uses of TenantVariableEntity 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 TenantVariableEntityModifier and TypeFieldDescriptionprotected org.flowable.common.engine.impl.db.SingleCachedEntityMatcher<TenantVariableEntity> MybatisTenantVariableDataManager.tenantVariableByNameAndTenantIdMatcherprotected org.flowable.common.engine.impl.persistence.cache.CachedEntityMatcher<TenantVariableEntity> MybatisTenantVariableDataManager.tenantVariableTenantIdMatcherMethods in com.flowable.platform.engine.impl.persistence.entity.data.impl that return TenantVariableEntityModifier and TypeMethodDescriptionMybatisTenantVariableDataManager.create()MybatisTenantVariableDataManager.findByTenantIdAndName(String tenantId, String variableName) Methods in com.flowable.platform.engine.impl.persistence.entity.data.impl that return types with arguments of type TenantVariableEntityModifier and TypeMethodDescriptionMybatisTenantVariableDataManager.findByTenantId(String tenantId) Class<? extends TenantVariableEntity> MybatisTenantVariableDataManager.getManagedEntityClass() -
Uses of TenantVariableEntity in com.flowable.platform.engine.impl.persistence.entity.data.impl.cachematcher
Methods in com.flowable.platform.engine.impl.persistence.entity.data.impl.cachematcher with parameters of type TenantVariableEntityModifier and TypeMethodDescriptionbooleanTenantVariableByNameAndTenantIdMatcher.isRetained(TenantVariableEntity tenantVariable, Object parameter) booleanTenantVariableByTenantIdMatcher.isRetained(TenantVariableEntity variableEntity, Object parameter)