Interface AgentResourceEntityManager

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

public interface AgentResourceEntityManager extends org.flowable.common.engine.impl.persistence.entity.EntityManager<AgentResourceEntity>
  • Method Details

    • findResourcesByDeploymentId

      List<AgentResourceEntity> findResourcesByDeploymentId(String deploymentId)
    • findResourceByDeploymentIdAndResourceName

      AgentResourceEntity findResourceByDeploymentIdAndResourceName(String deploymentId, String resourceName)
    • deleteResourcesByDeploymentId

      void deleteResourcesByDeploymentId(String deploymentId)