Interface DmnDeploymentDataManager
- All Superinterfaces:
DataManager<DmnDeploymentEntity>
- All Known Implementing Classes:
MybatisDmnDeploymentDataManager
- Author:
- Joram Barrez
-
Method Summary
Modifier and TypeMethodDescriptionlong
findDeploymentCountByNativeQuery
(Map<String, Object> parameterMap) long
findDeploymentCountByQueryCriteria
(DmnDeploymentQueryImpl deploymentQuery) findDeploymentsByNativeQuery
(Map<String, Object> parameterMap) findDeploymentsByQueryCriteria
(DmnDeploymentQueryImpl deploymentQuery) getDeploymentResourceNames
(String deploymentId)
-
Method Details
-
findDeploymentCountByQueryCriteria
-
findDeploymentsByQueryCriteria
-
getDeploymentResourceNames
-
findDeploymentsByNativeQuery
-
findDeploymentCountByNativeQuery
-