public class AnalisysEventController
extends org.springframework.web.servlet.mvc.multiaction.MultiActionController
DEFAULT_COMMAND_NAME, LAST_MODIFIED_METHOD_SUFFIX, PAGE_NOT_FOUND_LOG_CATEGORY, pageNotFoundLogger| Constructor and Description |
|---|
AnalisysEventController()
Constructor for AnalisysEventController.
|
AnalisysEventController(Object delegate)
Constructor for AnalisysEventController.
|
| Modifier and Type | Method and Description |
|---|---|
ShareWorkflowRunService |
getShareWorkflowRunService()
Getter for the field
shareWorkflowRunService. |
WorkflowRunService |
getWorkflowRunService()
Getter for the field
workflowRunService. |
org.springframework.web.servlet.ModelAndView |
handleCancel(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
WorkflowRun command)
Handles the user's request to delete their study.
|
org.springframework.web.servlet.ModelAndView |
handleDelete(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
WorkflowRun command)
Handles the user's request to delete their study.
|
org.springframework.web.servlet.ModelAndView |
handleShare(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
WorkflowRun command)
Handles the user's request to share their WorkflowRun.
|
void |
setRegistrationService(RegistrationService registrationService)
Setter for the field
registrationService. |
void |
setShareWorkflowRunService(ShareWorkflowRunService shareWorkflowRunService)
Setter for the field
shareWorkflowRunService. |
void |
setWorkflowRunService(WorkflowRunService workflowRunService)
Setter for the field
workflowRunService. |
bind, createBinder, getCommandName, getExceptionHandler, getLastModified, getMethodNameResolver, getValidators, getWebBindingInitializer, handleNoSuchRequestHandlingMethod, handleRequestInternal, initBinder, invokeNamedMethod, newCommandObject, setDelegate, setMethodNameResolver, setValidators, setWebBindingInitializerhandleRequest, isSynchronizeOnSession, setSynchronizeOnSessionapplyCacheSeconds, applyCacheSeconds, cacheForSeconds, cacheForSeconds, checkAndPrepare, checkAndPrepare, getCacheSeconds, getSupportedMethods, isAlwaysMustRevalidate, isRequireSession, isUseCacheControlHeader, isUseCacheControlNoStore, isUseExpiresHeader, preventCaching, setAlwaysMustRevalidate, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseCacheControlNoStore, setUseExpiresHeadergetServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContextpublic AnalisysEventController()
Constructor for AnalisysEventController.
public ShareWorkflowRunService getShareWorkflowRunService()
Getter for the field shareWorkflowRunService.
ShareWorkflowRunService object.public void setShareWorkflowRunService(ShareWorkflowRunService shareWorkflowRunService)
Setter for the field shareWorkflowRunService.
shareWorkflowRunService - a ShareWorkflowRunService 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 void setRegistrationService(RegistrationService registrationService)
Setter for the field registrationService.
registrationService - a RegistrationService object.public org.springframework.web.servlet.ModelAndView handleDelete(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
WorkflowRun 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 handleShare(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
WorkflowRun command)
throws Exception
command - WorkflowRun 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,
WorkflowRun 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.