Interface DataObjectDeploymentEntityManager
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.EntityManager<DataObjectDeploymentEntity>
- All Known Implementing Classes:
DataObjectDeploymentEntityManagerImpl
public interface DataObjectDeploymentEntityManager
extends org.flowable.common.engine.impl.persistence.entity.EntityManager<DataObjectDeploymentEntity>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteDeployment
(String deploymentId) long
findDeploymentCountByNativeQuery
(Map<String, Object> parameterMap) long
findDeploymentCountByQueryCriteria
(DataObjectDeploymentQueryImpl deploymentQuery) findDeploymentsByNativeQuery
(Map<String, Object> parameterMap) findDeploymentsByQueryCriteria
(DataObjectDeploymentQueryImpl 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
List<DataObjectDeployment> findDeploymentsByQueryCriteria(DataObjectDeploymentQueryImpl deploymentQuery) -
getDeploymentResourceNames
-
findDeploymentsByNativeQuery
-
findDeploymentCountByNativeQuery
-
findDeploymentCountByQueryCriteria
-
createDataObjectDeploymentQuery
DataObjectDeploymentQuery createDataObjectDeploymentQuery() -
deleteDeployment
-