Class StartSyncAction

java.lang.Object
org.springframework.webflow.action.AbstractAction
org.duracloud.syncui.setup.StartSyncAction
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.webflow.execution.Action

@Component public class StartSyncAction extends org.springframework.webflow.action.AbstractAction
Author:
Daniel Bernstein
  • Field Summary

    Fields inherited from class org.springframework.webflow.action.AbstractAction

    logger
  • Constructor Summary

    Constructors
    Constructor
    Description
    StartSyncAction(SyncProcessManager syncProcessManager)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.webflow.execution.Event
    doExecute(org.springframework.webflow.execution.RequestContext context)
     

    Methods inherited from class org.springframework.webflow.action.AbstractAction

    afterPropertiesSet, doPostExecute, doPreExecute, error, error, execute, getActionNameForLogging, getEventFactorySupport, initAction, no, result, result, result, result, success, success, yes

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • StartSyncAction

      @Autowired public StartSyncAction(SyncProcessManager syncProcessManager)
  • Method Details

    • doExecute

      public org.springframework.webflow.execution.Event doExecute(org.springframework.webflow.execution.RequestContext context) throws Exception
      Specified by:
      doExecute in class org.springframework.webflow.action.AbstractAction
      Throws:
      Exception