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, 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

    engineConfiguration

    Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager

    dataManager
  • Constructor Summary

    Constructors 
    Constructor Description
    ActionLinkEntityManagerImpl​(ActionEngineConfiguration actionEngineConfiguration, ActionLinkDataManager actionLinkDataManager)  
  • Method Summary

    Modifier and Type Method Description
    ActionLinkQuery createActionLinkQuery()  
    void deleteByActionInstanceId​(java.lang.String actionInstanceId)  
    void deleteByScopeIdAndScopeType​(java.lang.String scopeId, java.lang.String scopeType)  
    long findActionLinkCountByQueryCriteria​(ActionLinkQueryImpl actionLinkQuery)  
    java.util.List<ActionLinkEntity> findActionLinksByActionInstanceId​(java.lang.String actionInstanceId)  
    java.util.List<ActionLink> findActionLinksByQueryCriteria​(ActionLinkQueryImpl actionLinkQuery)  
    java.util.List<ActionLinkEntity> findActionLinksByScopeIdAndScopeType​(java.lang.String scopeId, java.lang.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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.EntityManager

    create, delete, delete, delete, findById, insert, insert, update, update