Class HistoricAgentInstanceEntityManagerImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager<HistoricAgentInstanceEntity,HistoricAgentInstanceDataManager>
org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager<AgentEngineConfiguration,HistoricAgentInstanceEntity,HistoricAgentInstanceDataManager>
com.flowable.agent.engine.impl.persistence.entity.HistoricAgentInstanceEntityManagerImpl
- All Implemented Interfaces:
HistoricAgentInstanceEntityManager,org.flowable.common.engine.impl.persistence.entity.EntityManager<HistoricAgentInstanceEntity>
public class HistoricAgentInstanceEntityManagerImpl
extends org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager<AgentEngineConfiguration,HistoricAgentInstanceEntity,HistoricAgentInstanceDataManager>
implements HistoricAgentInstanceEntityManager
-
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
ConstructorsConstructorDescriptionHistoricAgentInstanceEntityManagerImpl(AgentEngineConfiguration engineConfiguration, HistoricAgentInstanceDataManager dataManager) -
Method Summary
Modifier and TypeMethodDescriptionvoidbulkDeleteHistoricAgentInstancesAndRelatedData(Collection<String> historicAgentInstanceIds) longcountByCriteria(HistoricAgentInstanceQuery historicAgentInstanceQuery) voiddeleteHistoricAgentInstanceAndRelatedData(String historicAgentInstanceId) findByCriteria(HistoricAgentInstanceQuery historicAgentInstanceQuery) findIdsByScopeIdAndScopeType(String scopeId, String scopeType) findIdsByScopeIdsAndScopeType(Collection<String> scopeIds, String scopeType) 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, 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 org.flowable.common.engine.impl.persistence.entity.EntityManager
create, delete, delete, delete, findById, insert, insert, update, update
-
Constructor Details
-
HistoricAgentInstanceEntityManagerImpl
public HistoricAgentInstanceEntityManagerImpl(AgentEngineConfiguration engineConfiguration, HistoricAgentInstanceDataManager dataManager)
-
-
Method Details
-
countByCriteria
- Specified by:
countByCriteriain interfaceHistoricAgentInstanceEntityManager
-
findByCriteria
public List<HistoricAgentInstance> findByCriteria(HistoricAgentInstanceQuery historicAgentInstanceQuery) - Specified by:
findByCriteriain interfaceHistoricAgentInstanceEntityManager
-
findIdsByScopeIdAndScopeType
- Specified by:
findIdsByScopeIdAndScopeTypein interfaceHistoricAgentInstanceEntityManager
-
findIdsByScopeIdsAndScopeType
- Specified by:
findIdsByScopeIdsAndScopeTypein interfaceHistoricAgentInstanceEntityManager
-
deleteHistoricAgentInstanceAndRelatedData
- Specified by:
deleteHistoricAgentInstanceAndRelatedDatain interfaceHistoricAgentInstanceEntityManager
-
bulkDeleteHistoricAgentInstancesAndRelatedData
public void bulkDeleteHistoricAgentInstancesAndRelatedData(Collection<String> historicAgentInstanceIds) - Specified by:
bulkDeleteHistoricAgentInstancesAndRelatedDatain interfaceHistoricAgentInstanceEntityManager
-