Interface ActionResourceEntityManager

All Superinterfaces:
EntityManager<ActionResourceEntity>
All Known Implementing Classes:
ActionResourceEntityManagerImpl

public interface ActionResourceEntityManager extends 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)