Package org.bonitasoft.engine.incident
Interface IncidentService
-
- All Known Implementing Classes:
IncidentServiceImpl
public interface IncidentServiceService that report incidents to an administrator- Author:
- Baptiste Mesta, Matthieu Chaffotte
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreport(long tenantId, Incident incident)Report an incident
-
-
-
Method Detail
-
report
void report(long tenantId, Incident incident)Report an incident- Parameters:
incident- the incident to be reported
-
-