Class AppVariableEntityManagerImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager<EntityImpl,DM>
org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager<AppEngineConfiguration,AppVariableEntity,AppVariableDataManager>
com.flowable.app.engine.impl.persistence.entity.AppVariableEntityManagerImpl
- All Implemented Interfaces:
AppVariableEntityManager
,EntityManager<AppVariableEntity>
public class AppVariableEntityManagerImpl
extends AbstractEngineEntityManager<AppEngineConfiguration,AppVariableEntity,AppVariableDataManager>
implements AppVariableEntityManager
-
Field Summary
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager
engineConfiguration
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager
dataManager, engineType
-
Constructor Summary
ConstructorDescriptionAppVariableEntityManagerImpl
(AppEngineConfiguration appEngineConfiguration, AppVariableDataManager appVariableDataManager) -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete
(AppVariableEntity entity, boolean fireDeleteEvent) void
deleteAppVariablesByAppKey
(String appKey) void
deleteAppVariablesByAppKeyAndTenantId
(String appKey, String tenantId) findAppVariableByAppKeyAndName
(String appKey, String variableName) findAppVariableByAppKeyAndTenantIdAndName
(String appKey, String tenantId, String variableName) long
findAppVariableCountByQueryCriteria
(AppVariableQueryImpl appVariableQuery) findAppVariablesByAppKey
(String appKey) findAppVariablesByAppKeyAndTenantId
(String appKey, String tenantId) findAppVariablesByQueryCriteria
(AppVariableQueryImpl appVariableQuery) Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager
getClock, getCommandExecutor, getEngineConfiguration, getEventDispatcher
Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager
create, createEntityEvent, delete, delete, findById, fireEntityDeletedEvent, fireEntityInsertedEvent, fireEntityUpdatedEvent, getDataManager, insert, insert, setDataManager, update, update
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.flowable.app.engine.impl.persistence.entity.AppVariableEntityManager
insert
-
Constructor Details
-
AppVariableEntityManagerImpl
public AppVariableEntityManagerImpl(AppEngineConfiguration appEngineConfiguration, AppVariableDataManager appVariableDataManager)
-
-
Method Details
-
create
public AppVariableEntity create(String appKey, String tenantId, String name, VariableType type, Object value) - Specified by:
create
in interfaceAppVariableEntityManager
-
findAppVariablesByAppKey
- Specified by:
findAppVariablesByAppKey
in interfaceAppVariableEntityManager
-
findAppVariablesByAppKeyAndTenantId
- Specified by:
findAppVariablesByAppKeyAndTenantId
in interfaceAppVariableEntityManager
-
findAppVariableByAppKeyAndName
- Specified by:
findAppVariableByAppKeyAndName
in interfaceAppVariableEntityManager
-
findAppVariableByAppKeyAndTenantIdAndName
public AppVariableEntity findAppVariableByAppKeyAndTenantIdAndName(String appKey, String tenantId, String variableName) - Specified by:
findAppVariableByAppKeyAndTenantIdAndName
in interfaceAppVariableEntityManager
-
createAppVariableQuery
- Specified by:
createAppVariableQuery
in interfaceAppVariableEntityManager
-
findAppVariableCountByQueryCriteria
- Specified by:
findAppVariableCountByQueryCriteria
in interfaceAppVariableEntityManager
-
findAppVariablesByQueryCriteria
- Specified by:
findAppVariablesByQueryCriteria
in interfaceAppVariableEntityManager
-
delete
- Specified by:
delete
in interfaceEntityManager<AppVariableEntity>
- Overrides:
delete
in classAbstractEntityManager<AppVariableEntity,
AppVariableDataManager>
-
deleteAppVariablesByAppKey
- Specified by:
deleteAppVariablesByAppKey
in interfaceAppVariableEntityManager
-
deleteAppVariablesByAppKeyAndTenantId
- Specified by:
deleteAppVariablesByAppKeyAndTenantId
in interfaceAppVariableEntityManager
-