Package com.flowable.core.app.api
Interface CoreAppManagementService
-
- All Superinterfaces:
AppManagementService
- All Known Implementing Classes:
AppManagementServiceImpl
public interface CoreAppManagementService extends AppManagementService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppIncidentBuilder
createAppIncidentBuilder()
AppIncidentQuery
createAppIncidentQuery()
void
deleteAppIncident(String id)
void
deleteAppIncidents(String appKey)
-
Methods inherited from interface org.flowable.app.api.AppManagementService
getTableCounts, getTableNames
-
-
-
-
Method Detail
-
createAppIncidentQuery
AppIncidentQuery createAppIncidentQuery()
-
createAppIncidentBuilder
AppIncidentBuilder createAppIncidentBuilder()
-
deleteAppIncident
void deleteAppIncident(String id)
-
deleteAppIncidents
void deleteAppIncidents(String appKey)
-
-