Package de.dlr.proseo.ui.gui
Klasse GUIStatisticsController
java.lang.Object
de.dlr.proseo.ui.gui.GUIBaseController
de.dlr.proseo.ui.gui.GUIStatisticsController
A controller for retrieving the dashboard and prosEO home view, as well as the latest successful and failed job steps
- Autor:
- David Mazo
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungShow the dashboard vieworg.springframework.web.context.request.async.DeferredResult
<String> getCompletedJobsteps
(Integer count, org.springframework.ui.Model model) Gets the latest job steps completed successfullyorg.springframework.web.context.request.async.DeferredResult
<String> getFailedJobsteps
(Integer count, org.springframework.ui.Model model) Gets the latest failed job stepsindex
(org.springframework.ui.Model model) Show the prosEO home viewVon Klasse geerbte Methoden de.dlr.proseo.ui.gui.GUIBaseController
checkClearCache, configuredProcessors, facilities, fileClasses, handleHTTPError, handleHTTPWarning, hasroleconfigurationmgr, hasroleconfigurationreader, hasrolefacilitymgr, hasrolefacilitymonitor, hasrolefacilityreader, hasrolejobstepprocessor, hasrolemissionmgr, hasrolemissionreader, hasroleorderapprover, hasroleordermgr, hasroleordermonitor, hasroleorderplanner, hasroleorderreader, hasroleprocessorclassmgr, hasroleprocessorreader, hasroleproductclassmgr, hasroleproductclassreader, hasroleproductmgr, hasroleproductreader, hasroleproductreaderall, hasroleproductrestrictedreader, missioncode, parametertypes, processinglevels, processingModes, processorclassnames, productclasses, productiontypes, productqualities, proseoversion, slicingtypes, spaceCrafts, user, userroles, visibilities, workflows
-
Konstruktordetails
-
GUIStatisticsController
public GUIStatisticsController()
-
-
Methodendetails
-
dashboard
Show the dashboard view- Gibt zurück:
- the name of the dashboard view template
-
index
Show the prosEO home view- Parameter:
model
- the attributes to return- Gibt zurück:
- the name of the prosEO home view template
-
getFailedJobsteps
@RequestMapping("/failedjobsteps/get") public org.springframework.web.context.request.async.DeferredResult<String> getFailedJobsteps(@RequestParam(required=true,value="latest") Integer count, org.springframework.ui.Model model) Gets the latest failed job steps- Parameter:
count
- the maximum number of failed job steps to returnmodel
- the Thymeleaf model to update- Gibt zurück:
- a Thymeleaf fragment
-
getCompletedJobsteps
@RequestMapping("/completedjobsteps/get") public org.springframework.web.context.request.async.DeferredResult<String> getCompletedJobsteps(@RequestParam(required=false,value="latest") Integer count, org.springframework.ui.Model model) Gets the latest job steps completed successfully- Parameter:
count
- the maximum number of completed job steps to returnmodel
- the Thymeleaf model to update- Gibt zurück:
- a Thymeleaf fragment
-