Interface AppIncidentDataManager
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.data.DataManager<AppIncidentEntity>
- All Known Implementing Classes:
MybatisAppIncidentDataManager
public interface AppIncidentDataManager
extends org.flowable.common.engine.impl.persistence.entity.data.DataManager<AppIncidentEntity>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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.data.DataManager
create, delete, delete, findById, insert, update
-
Method Details
-
findAppIncidentsByAppKey
-
findAppIncidentsByAppKeyAndTenantId
-
findAppIncidentCountByQueryCriteria
-
findAppIncidentsByQueryCriteria
-
deleteAppIncidentsByAppKey
-
deleteAppIncidentsByAppKeyAndTenantId
-
deleteAppIncidentsByQuery
-