Package de.dlr.proseo.ui.gui
Klasse GUIWorkflowController
java.lang.Object
de.dlr.proseo.ui.gui.GUIBaseController
de.dlr.proseo.ui.gui.GUIWorkflowController
A controller for retrieving and handling workflows
- Autor:
- Katharina Bassler
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.springframework.web.context.request.async.DeferredResult
<String> getWorkflows
(Long id, String name, String workflowVersion, String inputProductClass, Long recordFrom, Long recordTo, Long currentPage, Long pageSize, org.springframework.ui.Model model) Fetch and return workflows from the processor managerShow the workflow 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
-
GUIWorkflowController
public GUIWorkflowController()
-
-
Methodendetails
-
showWorkflow
Show the workflow view- Gibt zurück:
- the name of the workflow view template
-
getWorkflows
@RequestMapping("/workflow/get") public org.springframework.web.context.request.async.DeferredResult<String> getWorkflows(@RequestParam(required=false,value="id") Long id, @RequestParam(required=false,value="name") String name, @RequestParam(required=false,value="workflowVersion") String workflowVersion, @RequestParam(required=false,value="inputProductClass") String inputProductClass, @RequestParam(required=false,value="recordFrom") Long recordFrom, @RequestParam(required=false,value="recordTo") Long recordTo, @RequestParam(required=false,value="currentPage") Long currentPage, @RequestParam(required=false,value="pageSize") Long pageSize, org.springframework.ui.Model model) Fetch and return workflows from the processor manager- Parameter:
id
- the workflow idname
- the workflow nameworkflowVersion
- the workflow versioninputProductClass
- the input product classrecordFrom
- the first record to retrieverecordTo
- the last record to retrievecurrentPage
- the current page (needed for paging logic)pageSize
- the page size (needed for paging logic)model
- the attributes to return- Gibt zurück:
- the result
-