Interface AppIncidentEntityManager
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.EntityManager<AppIncidentEntity>
- All Known Implementing Classes:
AppIncidentEntityManagerImpl
public interface AppIncidentEntityManager
extends org.flowable.common.engine.impl.persistence.entity.EntityManager<AppIncidentEntity>
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(AppIncidentBuilder appIncidentBuilder, Date createTime) void
deleteAppIncidentsByAppKey
(String appKey) void
deleteAppIncidentsByAppKeyAndTenantId
(String appKey, String tenantId) void
deleteAppIncidentsByQuery
(AppIncidentQuery appIncidentQuery) long
findAppIncidentCountByQueryCriteria
(AppIncidentQueryImpl appIncidentQuery) findAppIncidentsByAppKey
(String appKey) findAppIncidentsByAppKeyAndTenantId
(String appKey, String tenantId) findAppIncidentsByQueryCriteria
(AppIncidentQueryImpl appIncidentQuery) Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.EntityManager
create, delete, delete, delete, findById, insert, insert, update, update
-
Method Details
-
create
-
findAppIncidentsByAppKey
-
findAppIncidentsByAppKeyAndTenantId
-
createAppIncidentQuery
AppIncidentQuery createAppIncidentQuery() -
findAppIncidentCountByQueryCriteria
-
findAppIncidentsByQueryCriteria
-
deleteAppIncidentsByAppKey
-
deleteAppIncidentsByAppKeyAndTenantId
-
deleteAppIncidentsByQuery
-