Interface ActionDeploymentDataManager
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.data.DataManager<ActionDeploymentEntity>
- All Known Implementing Classes:
MybatisActionDeploymentDataManager
public interface ActionDeploymentDataManager
extends org.flowable.common.engine.impl.persistence.entity.data.DataManager<ActionDeploymentEntity>
- Author:
- Tijs Rademakers
-
Method Summary
Modifier and TypeMethodDescriptionlong
findDeploymentCountByNativeQuery
(Map<String, Object> parameterMap) long
findDeploymentCountByQueryCriteria
(ActionDeploymentQueryImpl deploymentQuery) findDeploymentsByNativeQuery
(Map<String, Object> parameterMap) findDeploymentsByQueryCriteria
(ActionDeploymentQueryImpl deploymentQuery) getDeploymentResourceNames
(String deploymentId) Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.data.DataManager
create, delete, delete, findById, insert, update
-
Method Details
-
findDeploymentCountByQueryCriteria
-
findDeploymentsByQueryCriteria
-
getDeploymentResourceNames
-
findDeploymentsByNativeQuery
-
findDeploymentCountByNativeQuery
-