Interface ActionDeploymentEntityManager
- All Superinterfaces:
EntityManager<ActionDeploymentEntity>
- All Known Implementing Classes:
ActionDeploymentEntityManagerImpl
- Author:
- Tijs Rademakers
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteDeployment
(String deploymentId) long
findDeploymentCountByNativeQuery
(Map<String, Object> parameterMap) long
findDeploymentCountByQueryCriteria
(ActionDeploymentQueryImpl deploymentQuery) findDeploymentsByNativeQuery
(Map<String, Object> parameterMap) findDeploymentsByQueryCriteria
(ActionDeploymentQueryImpl deploymentQuery) getDeploymentResourceNames
(String deploymentId)
-
Method Details
-
findDeploymentsByQueryCriteria
-
getDeploymentResourceNames
-
findDeploymentsByNativeQuery
-
findDeploymentCountByNativeQuery
-
findDeploymentCountByQueryCriteria
-
createActionDeploymentQuery
ActionDeploymentQuery createActionDeploymentQuery() -
deleteDeployment
-