Uses of Interface
io.vertigo.orchestra.services.report.ProcessReport
-
Packages that use ProcessReport Package Description io.vertigo.orchestra.impl.services io.vertigo.orchestra.plugins.services.report.db io.vertigo.orchestra.services -
-
Uses of ProcessReport in io.vertigo.orchestra.impl.services
Subinterfaces of ProcessReport in io.vertigo.orchestra.impl.services Modifier and Type Interface Description interface
ProcessReportPlugin
Interface de plugin de supervision des processus.Methods in io.vertigo.orchestra.impl.services that return ProcessReport Modifier and Type Method Description ProcessReport
OrchestraServicesImpl. getReport()
-
Uses of ProcessReport in io.vertigo.orchestra.plugins.services.report.db
Classes in io.vertigo.orchestra.plugins.services.report.db that implement ProcessReport Modifier and Type Class Description class
DbProcessReportPlugin
Récupération des reporting d'execution en BDD. -
Uses of ProcessReport in io.vertigo.orchestra.services
Methods in io.vertigo.orchestra.services that return ProcessReport Modifier and Type Method Description ProcessReport
OrchestraServices. getReport()
Only accessible if a plugin has been registered
-