Class HistoricActionLinkEntityManagerImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager<EntityImpl,DM>
org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager<ActionEngineConfiguration,HistoricActionLinkEntity,HistoricActionLinkDataManager>
com.flowable.action.engine.impl.persistence.entity.HistoricActionLinkEntityManagerImpl
- All Implemented Interfaces:
HistoricActionLinkEntityManager
,EntityManager<HistoricActionLinkEntity>
public class HistoricActionLinkEntityManagerImpl
extends AbstractEngineEntityManager<ActionEngineConfiguration,HistoricActionLinkEntity,HistoricActionLinkDataManager>
implements HistoricActionLinkEntityManager
- Author:
- Joram Barrez
-
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
ConstructorDescriptionHistoricActionLinkEntityManagerImpl
(ActionEngineConfiguration actionEngineConfiguration, HistoricActionLinkDataManager actionLinkDataManager) -
Method Summary
Modifier and TypeMethodDescriptionvoid
bulkDeleteByScopeIdsAndScopeType
(Collection<String> scopeIds, String scopeType) void
deleteByActionInstanceId
(String actionInstanceId) void
deleteByScopeIdAndScopeType
(String scopeId, String scopeType) long
findHistoricActionLinkCountByQueryCriteria
(HistoricActionLinkQueryImpl actionLinkQuery) findHistoricActionLinksByActionInstanceId
(String actionInstanceId) findHistoricActionLinksByQueryCriteria
(HistoricActionLinkQueryImpl actionLinkQuery) findHistoricActionLinksByScopeIdAndScopeType
(String scopeId, String scopeType) 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, delete, findById, fireEntityDeletedEvent, fireEntityInsertedEvent, fireEntityUpdatedEvent, getDataManager, insert, insert, setDataManager, update, update
-
Constructor Details
-
HistoricActionLinkEntityManagerImpl
public HistoricActionLinkEntityManagerImpl(ActionEngineConfiguration actionEngineConfiguration, HistoricActionLinkDataManager actionLinkDataManager)
-
-
Method Details
-
findHistoricActionLinksByActionInstanceId
public List<HistoricActionLinkEntity> findHistoricActionLinksByActionInstanceId(String actionInstanceId) - Specified by:
findHistoricActionLinksByActionInstanceId
in interfaceHistoricActionLinkEntityManager
-
findHistoricActionLinksByScopeIdAndScopeType
public List<HistoricActionLinkEntity> findHistoricActionLinksByScopeIdAndScopeType(String scopeId, String scopeType) - Specified by:
findHistoricActionLinksByScopeIdAndScopeType
in interfaceHistoricActionLinkEntityManager
-
createHistoricActionLinkQuery
- Specified by:
createHistoricActionLinkQuery
in interfaceHistoricActionLinkEntityManager
-
findHistoricActionLinksByQueryCriteria
public List<HistoricActionLink> findHistoricActionLinksByQueryCriteria(HistoricActionLinkQueryImpl actionLinkQuery) - Specified by:
findHistoricActionLinksByQueryCriteria
in interfaceHistoricActionLinkEntityManager
-
findHistoricActionLinkCountByQueryCriteria
- Specified by:
findHistoricActionLinkCountByQueryCriteria
in interfaceHistoricActionLinkEntityManager
-
deleteByActionInstanceId
- Specified by:
deleteByActionInstanceId
in interfaceHistoricActionLinkEntityManager
-
deleteByScopeIdAndScopeType
- Specified by:
deleteByScopeIdAndScopeType
in interfaceHistoricActionLinkEntityManager
-
bulkDeleteByScopeIdsAndScopeType
- Specified by:
bulkDeleteByScopeIdsAndScopeType
in interfaceHistoricActionLinkEntityManager
-