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 TypeMethodDescriptionvoiddeleteAppIncidentsByAppKey(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.data.DataManager
create, delete, delete, findById, insert, update
-
Method Details
-
findAppIncidentsByAppKey
-
findAppIncidentsByAppKeyAndTenantId
-
findAppIncidentCountByQueryCriteria
-
findAppIncidentsByQueryCriteria
-
deleteAppIncidentsByAppKey
-
deleteAppIncidentsByAppKeyAndTenantId
-
deleteAppIncidentsByQuery
-