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
engineConfigurationFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager
dataManager, engineType -
Constructor Summary
ConstructorsConstructorDescriptionAppVariableEntityManagerImpl(AppEngineConfiguration appEngineConfiguration, AppVariableDataManager appVariableDataManager) -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete(AppVariableEntity entity, boolean fireDeleteEvent) voiddeleteAppVariablesByAppKey(String appKey) voiddeleteAppVariablesByAppKeyAndTenantId(String appKey, String tenantId) findAppVariableByAppKeyAndName(String appKey, String variableName) findAppVariableByAppKeyAndTenantIdAndName(String appKey, String tenantId, String variableName) longfindAppVariableCountByQueryCriteria(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, getEventDispatcherMethods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager
create, createEntityEvent, delete, delete, findById, fireEntityDeletedEvent, fireEntityInsertedEvent, fireEntityUpdatedEvent, getDataManager, insert, insert, setDataManager, update, updateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
createin interfaceAppVariableEntityManager
-
findAppVariablesByAppKey
- Specified by:
findAppVariablesByAppKeyin interfaceAppVariableEntityManager
-
findAppVariablesByAppKeyAndTenantId
- Specified by:
findAppVariablesByAppKeyAndTenantIdin interfaceAppVariableEntityManager
-
findAppVariableByAppKeyAndName
- Specified by:
findAppVariableByAppKeyAndNamein interfaceAppVariableEntityManager
-
findAppVariableByAppKeyAndTenantIdAndName
public AppVariableEntity findAppVariableByAppKeyAndTenantIdAndName(String appKey, String tenantId, String variableName) - Specified by:
findAppVariableByAppKeyAndTenantIdAndNamein interfaceAppVariableEntityManager
-
createAppVariableQuery
- Specified by:
createAppVariableQueryin interfaceAppVariableEntityManager
-
findAppVariableCountByQueryCriteria
- Specified by:
findAppVariableCountByQueryCriteriain interfaceAppVariableEntityManager
-
findAppVariablesByQueryCriteria
- Specified by:
findAppVariablesByQueryCriteriain interfaceAppVariableEntityManager
-
delete
- Specified by:
deletein interfaceEntityManager<AppVariableEntity>- Overrides:
deletein classAbstractEntityManager<AppVariableEntity,AppVariableDataManager>
-
deleteAppVariablesByAppKey
- Specified by:
deleteAppVariablesByAppKeyin interfaceAppVariableEntityManager
-
deleteAppVariablesByAppKeyAndTenantId
- Specified by:
deleteAppVariablesByAppKeyAndTenantIdin interfaceAppVariableEntityManager
-