Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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
    • Constructor Detail

      • StartSyncAction

        @Autowired
        public StartSyncAction​(SyncProcessManager syncProcessManager)
    • Method Detail

      • 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