Class ActionLinkEntityManagerImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager<ActionLinkEntity,ActionLinkDataManager>
org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager<ActionEngineConfiguration,ActionLinkEntity,ActionLinkDataManager>
com.flowable.action.engine.impl.persistence.entity.ActionLinkEntityManagerImpl
- All Implemented Interfaces:
ActionLinkEntityManager,org.flowable.common.engine.impl.persistence.entity.EntityManager<ActionLinkEntity>
public class ActionLinkEntityManagerImpl
extends org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager<ActionEngineConfiguration,ActionLinkEntity,ActionLinkDataManager>
implements ActionLinkEntityManager
- 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
ConstructorsConstructorDescriptionActionLinkEntityManagerImpl(ActionEngineConfiguration actionEngineConfiguration, ActionLinkDataManager actionLinkDataManager) -
Method Summary
Modifier and TypeMethodDescriptionvoidbulkDeleteByScopeIdsAndScopeType(Collection<String> scopeIds, String scopeType) voiddeleteByActionInstanceId(String actionInstanceId) voiddeleteByScopeIdAndScopeType(String scopeId, String scopeType) longfindActionLinkCountByQueryCriteria(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, 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
-
ActionLinkEntityManagerImpl
public ActionLinkEntityManagerImpl(ActionEngineConfiguration actionEngineConfiguration, ActionLinkDataManager actionLinkDataManager)
-
-
Method Details
-
findActionLinksByActionInstanceId
- Specified by:
findActionLinksByActionInstanceIdin interfaceActionLinkEntityManager
-
findActionLinksByScopeIdAndScopeType
public List<ActionLinkEntity> findActionLinksByScopeIdAndScopeType(String scopeId, String scopeType) - Specified by:
findActionLinksByScopeIdAndScopeTypein interfaceActionLinkEntityManager
-
createActionLinkQuery
- Specified by:
createActionLinkQueryin interfaceActionLinkEntityManager
-
findActionLinksByQueryCriteria
- Specified by:
findActionLinksByQueryCriteriain interfaceActionLinkEntityManager
-
findActionLinkCountByQueryCriteria
- Specified by:
findActionLinkCountByQueryCriteriain interfaceActionLinkEntityManager
-
deleteByActionInstanceId
- Specified by:
deleteByActionInstanceIdin interfaceActionLinkEntityManager
-
deleteByScopeIdAndScopeType
- Specified by:
deleteByScopeIdAndScopeTypein interfaceActionLinkEntityManager
-
bulkDeleteByScopeIdsAndScopeType
- Specified by:
bulkDeleteByScopeIdsAndScopeTypein interfaceActionLinkEntityManager
-