Uses of Interface
com.flowable.app.engine.impl.persistence.entity.AppVariableEntity
Packages that use AppVariableEntity
Package
Description
-
Uses of AppVariableEntity in com.flowable.app.engine.impl.deployer
Methods in com.flowable.app.engine.impl.deployer with parameters of type AppVariableEntityModifier and TypeMethodDescriptionprotected voidAppDeployer.processAppVariableNode(com.fasterxml.jackson.databind.JsonNode variableNode, AppVariableEntity appVariableEntity, AppDefinitionEntity appDefinition, VariableTypes variableTypes, AppVariableEntityManager appVariableEntityManager) protected voidAppDeployer.processAppVariableNodeForType(String variableName, Object value, String typeName, AppVariableEntity appVariableEntity, AppDefinitionEntity appDefinition, VariableTypes variableTypes, AppVariableEntityManager appVariableEntityManager) protected voidAppDeployer.updateVariableValue(AppVariableEntity appVariableEntity, Object value, AppDefinitionEntity appDefinition, AppVariableEntityManager appVariableEntityManager) -
Uses of AppVariableEntity in com.flowable.app.engine.impl.persistence.entity
Classes in com.flowable.app.engine.impl.persistence.entity that implement AppVariableEntityMethods in com.flowable.app.engine.impl.persistence.entity that return AppVariableEntityModifier and TypeMethodDescriptionAppVariableEntityManager.create(String appKey, String tenantId, String name, VariableType type, Object value) AppVariableEntityManagerImpl.create(String appKey, String tenantId, String name, VariableType type, Object value) AppVariableEntityManager.findAppVariableByAppKeyAndName(String appKey, String variableName) AppVariableEntityManagerImpl.findAppVariableByAppKeyAndName(String appKey, String variableName) AppVariableEntityManager.findAppVariableByAppKeyAndTenantIdAndName(String appKey, String tenantId, String variableName) AppVariableEntityManagerImpl.findAppVariableByAppKeyAndTenantIdAndName(String appKey, String tenantId, String variableName) Methods in com.flowable.app.engine.impl.persistence.entity that return types with arguments of type AppVariableEntityModifier and TypeMethodDescriptionAppVariableEntityManager.findAppVariablesByAppKey(String appKey) AppVariableEntityManagerImpl.findAppVariablesByAppKey(String appKey) AppVariableEntityManager.findAppVariablesByAppKeyAndTenantId(String appKey, String tenantId) AppVariableEntityManagerImpl.findAppVariablesByAppKeyAndTenantId(String appKey, String tenantId) Methods in com.flowable.app.engine.impl.persistence.entity with parameters of type AppVariableEntityModifier and TypeMethodDescriptionvoidAppVariableEntityManagerImpl.delete(AppVariableEntity entity, boolean fireDeleteEvent) voidAppVariableEntityManager.insert(AppVariableEntity entity, boolean fireEvent) -
Uses of AppVariableEntity in com.flowable.app.engine.impl.persistence.entity.data
Methods in com.flowable.app.engine.impl.persistence.entity.data that return AppVariableEntityModifier and TypeMethodDescriptionAppVariableDataManager.findAppVariableByAppKeyAndName(String appKey, String variableName) AppVariableDataManager.findAppVariableByAppKeyAndTenantIdAndName(String appKey, String tenantId, String variableName) Methods in com.flowable.app.engine.impl.persistence.entity.data that return types with arguments of type AppVariableEntityModifier and TypeMethodDescriptionAppVariableDataManager.findAppVariablesByAppKey(String appKey) AppVariableDataManager.findAppVariablesByAppKeyAndTenantId(String appKey, String tenantId) -
Uses of AppVariableEntity in com.flowable.app.engine.impl.persistence.entity.data.impl
Fields in com.flowable.app.engine.impl.persistence.entity.data.impl with type parameters of type AppVariableEntityModifier and TypeFieldDescriptionprotected SingleCachedEntityMatcher<AppVariableEntity>MybatisAppVariableDataManager.appVariableByAppKeyAndNameMatcherprotected SingleCachedEntityMatcher<AppVariableEntity>MybatisAppVariableDataManager.appVariableByAppKeyAndTenantIdAndNameMatcherprotected CachedEntityMatcher<AppVariableEntity>MybatisAppVariableDataManager.appVariableByAppKeyAndTenantIdMatcherprotected CachedEntityMatcher<AppVariableEntity>MybatisAppVariableDataManager.appVariableByAppKeyMatcherMethods in com.flowable.app.engine.impl.persistence.entity.data.impl that return AppVariableEntityModifier and TypeMethodDescriptionMybatisAppVariableDataManager.create()MybatisAppVariableDataManager.findAppVariableByAppKeyAndName(String appKey, String variableName) MybatisAppVariableDataManager.findAppVariableByAppKeyAndTenantIdAndName(String appKey, String tenantId, String variableName) Methods in com.flowable.app.engine.impl.persistence.entity.data.impl that return types with arguments of type AppVariableEntityModifier and TypeMethodDescriptionMybatisAppVariableDataManager.findAppVariablesByAppKey(String appKey) MybatisAppVariableDataManager.findAppVariablesByAppKeyAndTenantId(String appKey, String tenantId) Class<? extends AppVariableEntity>MybatisAppVariableDataManager.getManagedEntityClass() -
Uses of AppVariableEntity in com.flowable.app.engine.impl.persistence.entity.data.impl.cachematcher
Methods in com.flowable.app.engine.impl.persistence.entity.data.impl.cachematcher with parameters of type AppVariableEntityModifier and TypeMethodDescriptionbooleanAppVariableByAppKeyAndNameMatcher.isRetained(AppVariableEntity appVariableEntity, Object parameter) booleanAppVariableByAppKeyAndTenantIdAndNameMatcher.isRetained(AppVariableEntity appVariableEntity, Object parameter) booleanAppVariableByAppKeyAndTenantIdMatcher.isRetained(AppVariableEntity appVariableEntity, Object parameter) booleanAppVariableByAppKeyMatcher.isRetained(AppVariableEntity appVariableEntity, Object parameter)