Interface ActionResourceEntityManager

All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.EntityManager<ActionResourceEntity>
All Known Implementing Classes:
ActionResourceEntityManagerImpl

public interface ActionResourceEntityManager extends org.flowable.common.engine.impl.persistence.entity.EntityManager<ActionResourceEntity>
Author:
Tijs Rademakers
  • Method Details

    • findResourcesByDeploymentId

      List<ActionResourceEntity> findResourcesByDeploymentId(String deploymentId)
    • findResourceByDeploymentIdAndResourceName

      ActionResourceEntity findResourceByDeploymentIdAndResourceName(String deploymentId, String resourceName)
    • deleteResourcesByDeploymentId

      void deleteResourcesByDeploymentId(String deploymentId)