Interface PlatformDeploymentEntityManager
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.EntityManager<PlatformDeploymentEntity>
- All Known Implementing Classes:
PlatformDeploymentEntityManagerImpl
public interface PlatformDeploymentEntityManager
extends org.flowable.common.engine.impl.persistence.entity.EntityManager<PlatformDeploymentEntity>
- Author:
- Yvo Swillens
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteDeployment
(String deploymentId) long
findDeploymentCountByNativeQuery
(Map<String, Object> parameterMap) long
findDeploymentCountByQueryCriteria
(PlatformDeploymentQueryImpl deploymentQuery) findDeploymentsByNativeQuery
(Map<String, Object> parameterMap) findDeploymentsByQueryCriteria
(PlatformDeploymentQueryImpl 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<PlatformDeployment> findDeploymentsByQueryCriteria(PlatformDeploymentQueryImpl deploymentQuery) -
getDeploymentResourceNames
-
findDeploymentsByNativeQuery
-
findDeploymentCountByNativeQuery
-
findDeploymentCountByQueryCriteria
-
createPlatformDeploymentQuery
PlatformDeploymentQuery createPlatformDeploymentQuery() -
deleteDeployment
-