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
engineConfigurationFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager
dataManager, engineType -
Constructor Summary
ConstructorsConstructorDescriptionHistoricActionLinkEntityManagerImpl(ActionEngineConfiguration actionEngineConfiguration, HistoricActionLinkDataManager actionLinkDataManager) -
Method Summary
Modifier and TypeMethodDescriptionvoidbulkDeleteByScopeIdsAndScopeType(Collection<String> scopeIds, String scopeType) voiddeleteByActionInstanceId(String actionInstanceId) voiddeleteByScopeIdAndScopeType(String scopeId, String scopeType) longfindHistoricActionLinkCountByQueryCriteria(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, 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, update
-
Constructor Details
-
HistoricActionLinkEntityManagerImpl
public HistoricActionLinkEntityManagerImpl(ActionEngineConfiguration actionEngineConfiguration, HistoricActionLinkDataManager actionLinkDataManager)
-
-
Method Details
-
findHistoricActionLinksByActionInstanceId
public List<HistoricActionLinkEntity> findHistoricActionLinksByActionInstanceId(String actionInstanceId) - Specified by:
findHistoricActionLinksByActionInstanceIdin interfaceHistoricActionLinkEntityManager
-
findHistoricActionLinksByScopeIdAndScopeType
public List<HistoricActionLinkEntity> findHistoricActionLinksByScopeIdAndScopeType(String scopeId, String scopeType) - Specified by:
findHistoricActionLinksByScopeIdAndScopeTypein interfaceHistoricActionLinkEntityManager
-
createHistoricActionLinkQuery
- Specified by:
createHistoricActionLinkQueryin interfaceHistoricActionLinkEntityManager
-
findHistoricActionLinksByQueryCriteria
public List<HistoricActionLink> findHistoricActionLinksByQueryCriteria(HistoricActionLinkQueryImpl actionLinkQuery) - Specified by:
findHistoricActionLinksByQueryCriteriain interfaceHistoricActionLinkEntityManager
-
findHistoricActionLinkCountByQueryCriteria
- Specified by:
findHistoricActionLinkCountByQueryCriteriain interfaceHistoricActionLinkEntityManager
-
deleteByActionInstanceId
- Specified by:
deleteByActionInstanceIdin interfaceHistoricActionLinkEntityManager
-
deleteByScopeIdAndScopeType
- Specified by:
deleteByScopeIdAndScopeTypein interfaceHistoricActionLinkEntityManager
-
bulkDeleteByScopeIdsAndScopeType
- Specified by:
bulkDeleteByScopeIdsAndScopeTypein interfaceHistoricActionLinkEntityManager
-