public class SummaryLaunchWorkflowController
extends org.springframework.web.servlet.mvc.multiaction.MultiActionController
SummaryLaunchWorkflowController class.
DEFAULT_COMMAND_NAME, LAST_MODIFIED_METHOD_SUFFIX, PAGE_NOT_FOUND_LOG_CATEGORY, pageNotFoundLogger
Constructor and Description |
---|
SummaryLaunchWorkflowController()
Constructor for SummaryLaunchWorkflowController.
|
SummaryLaunchWorkflowController(Object delegate)
Constructor for SummaryLaunchWorkflowController.
|
Modifier and Type | Method and Description |
---|---|
WorkflowRunService |
getWorkflowRunService()
Getter for the field
workflowRunService . |
WorkflowService |
getWorkflowService()
Getter for the field
workflowService . |
org.springframework.web.servlet.ModelAndView |
handleCancel(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Workflow command)
Handles the user's request to cancel the study or the study update page.
|
org.springframework.web.servlet.ModelAndView |
handleNext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Workflow command)
Handles the user's request to submit a new study.
|
org.springframework.web.servlet.ModelAndView |
handlePrevious(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Workflow command)
Handles the user's request to cancel the study or the study update page.
|
void |
setWorkflowRunService(WorkflowRunService workflowRunService)
Setter for the field
workflowRunService . |
void |
setWorkflowService(WorkflowService workflowService)
Setter for the field
workflowService . |
bind, createBinder, getCommandName, getExceptionHandler, getLastModified, getMethodNameResolver, getValidators, getWebBindingInitializer, handleNoSuchRequestHandlingMethod, handleRequestInternal, initBinder, invokeNamedMethod, newCommandObject, setDelegate, setMethodNameResolver, setValidators, setWebBindingInitializer
handleRequest, isSynchronizeOnSession, setSynchronizeOnSession
applyCacheSeconds, applyCacheSeconds, cacheForSeconds, cacheForSeconds, checkAndPrepare, checkAndPrepare, getCacheSeconds, getSupportedMethods, isAlwaysMustRevalidate, isRequireSession, isUseCacheControlHeader, isUseCacheControlNoStore, isUseExpiresHeader, preventCaching, setAlwaysMustRevalidate, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseCacheControlNoStore, setUseExpiresHeader
getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContext
public SummaryLaunchWorkflowController()
Constructor for SummaryLaunchWorkflowController.
public WorkflowService getWorkflowService()
Getter for the field workflowService
.
WorkflowService
object.public void setWorkflowService(WorkflowService workflowService)
Setter for the field workflowService
.
workflowService
- a WorkflowService
object.public WorkflowRunService getWorkflowRunService()
Getter for the field workflowRunService
.
WorkflowRunService
object.public void setWorkflowRunService(WorkflowRunService workflowRunService)
Setter for the field workflowRunService
.
workflowRunService
- a WorkflowRunService
object.public org.springframework.web.servlet.ModelAndView handleNext(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Workflow command) throws Exception
request
- HttpServletRequestresponse
- HttpServletResponsecommand
- Study command objectException
- if any.public org.springframework.web.servlet.ModelAndView handlePrevious(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Workflow command) throws Exception
command
- Study command objectrequest
- a HttpServletRequest
object.response
- a HttpServletResponse
object.ModelAndView
object.Exception
- if any.public org.springframework.web.servlet.ModelAndView handleCancel(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Workflow command) throws Exception
command
- Study command objectrequest
- a HttpServletRequest
object.response
- a HttpServletResponse
object.ModelAndView
object.Exception
- if any.Copyright © 2015 SeqWare. All rights reserved.