Class WizardServices


  • @Singleton
    @Path("/wizard")
    public class WizardServices
    extends step.core.deployment.AbstractStepServices
    • Field Summary

      • Fields inherited from class step.core.deployment.AbstractStepServices

        configuration, SESSION
    • Constructor Summary

      Constructors 
      Constructor Description
      WizardServices()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void init()  
      step.controller.services.async.AsyncTaskStatus<WizardResults> process​(WizardConfiguration wizardConfiguration)  
      • Methods inherited from class step.core.deployment.AbstractStepServices

        checkRightsOnBehalfOf, getAuthorizationManager, getContext, getExecutionRunnable, getObjectEnricher, getObjectFilter, getScheduler
      • Methods inherited from class step.framework.server.AbstractServices

        getAbstractContext, getHttpSession, getSession, getSession, invalidateSession, setHttpServletRequest, setSession
      • Methods inherited from class java.lang.Object

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

      • WizardServices

        public WizardServices()
    • Method Detail

      • init

        @PostConstruct
        public void init()
                  throws java.lang.Exception
        Overrides:
        init in class step.core.deployment.AbstractStepServices
        Throws:
        java.lang.Exception
      • process

        @POST
        @Path("/process")
        @Consumes("application/json")
        @Produces("application/json")
        public step.controller.services.async.AsyncTaskStatus<WizardResults> process​(WizardConfiguration wizardConfiguration)
                                                                              throws step.core.deployment.ControllerServiceException
        Throws:
        step.core.deployment.ControllerServiceException