Class ActionLinkEntityManagerImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager<EntityImpl,DM>
org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager<ActionEngineConfiguration,ActionLinkEntity,ActionLinkDataManager>
com.flowable.action.engine.impl.persistence.entity.ActionLinkEntityManagerImpl
- All Implemented Interfaces:
ActionLinkEntityManager
,EntityManager<ActionLinkEntity>
public class ActionLinkEntityManagerImpl
extends AbstractEngineEntityManager<ActionEngineConfiguration,ActionLinkEntity,ActionLinkDataManager>
implements ActionLinkEntityManager
- 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
ConstructorDescriptionActionLinkEntityManagerImpl
(ActionEngineConfiguration actionEngineConfiguration, ActionLinkDataManager actionLinkDataManager) -
Method Summary
Modifier and TypeMethodDescriptionvoid
bulkDeleteByScopeIdsAndScopeType
(Collection<String> scopeIds, String scopeType) void
deleteByActionInstanceId
(String actionInstanceId) void
deleteByScopeIdAndScopeType
(String scopeId, String scopeType) long
findActionLinkCountByQueryCriteria
(ActionLinkQueryImpl actionLinkQuery) findActionLinksByActionInstanceId
(String actionInstanceId) findActionLinksByQueryCriteria
(ActionLinkQueryImpl actionLinkQuery) findActionLinksByScopeIdAndScopeType
(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
-
ActionLinkEntityManagerImpl
public ActionLinkEntityManagerImpl(ActionEngineConfiguration actionEngineConfiguration, ActionLinkDataManager actionLinkDataManager)
-
-
Method Details
-
findActionLinksByActionInstanceId
- Specified by:
findActionLinksByActionInstanceId
in interfaceActionLinkEntityManager
-
findActionLinksByScopeIdAndScopeType
public List<ActionLinkEntity> findActionLinksByScopeIdAndScopeType(String scopeId, String scopeType) - Specified by:
findActionLinksByScopeIdAndScopeType
in interfaceActionLinkEntityManager
-
createActionLinkQuery
- Specified by:
createActionLinkQuery
in interfaceActionLinkEntityManager
-
findActionLinksByQueryCriteria
- Specified by:
findActionLinksByQueryCriteria
in interfaceActionLinkEntityManager
-
findActionLinkCountByQueryCriteria
- Specified by:
findActionLinkCountByQueryCriteria
in interfaceActionLinkEntityManager
-
deleteByActionInstanceId
- Specified by:
deleteByActionInstanceId
in interfaceActionLinkEntityManager
-
deleteByScopeIdAndScopeType
- Specified by:
deleteByScopeIdAndScopeType
in interfaceActionLinkEntityManager
-
bulkDeleteByScopeIdsAndScopeType
- Specified by:
bulkDeleteByScopeIdsAndScopeType
in interfaceActionLinkEntityManager
-