Interface ActionDeploymentEntityManager
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.EntityManager<ActionDeploymentEntity>
- All Known Implementing Classes:
ActionDeploymentEntityManagerImpl
public interface ActionDeploymentEntityManager
extends org.flowable.common.engine.impl.persistence.entity.EntityManager<ActionDeploymentEntity>
- 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) Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.EntityManager
create, delete, delete, delete, findById, insert, insert, update, update
-
Method Details
-
findDeploymentsByQueryCriteria
-
getDeploymentResourceNames
-
findDeploymentsByNativeQuery
-
findDeploymentCountByNativeQuery
-
findDeploymentCountByQueryCriteria
-
createActionDeploymentQuery
ActionDeploymentQuery createActionDeploymentQuery() -
deleteDeployment
-