Class ActionResourceEntityManagerImpl

    • 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void deleteResourcesByDeploymentId​(java.lang.String deploymentId)  
      ActionResourceEntity findResourceByDeploymentIdAndResourceName​(java.lang.String deploymentId, java.lang.String resourceName)  
      java.util.List<ActionResourceEntity> findResourcesByDeploymentId​(java.lang.String deploymentId)  
      • 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