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) voiddeleteAppIncidentsByAppKey(String appKey) voiddeleteAppIncidentsByAppKeyAndTenantId(String appKey, String tenantId) voiddeleteAppIncidentsByQuery(AppIncidentQuery appIncidentQuery) longfindAppIncidentCountByQueryCriteria(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
-