Package step.plugins.wizards
Class WizardServices
- java.lang.Object
-
- step.framework.server.AbstractServices<step.core.access.User>
-
- step.core.deployment.AbstractStepServices
-
- step.plugins.wizards.WizardServices
-
@Singleton @Path("/wizard") public class WizardServices extends step.core.deployment.AbstractStepServices
-
-
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
-
-
-
-
Method Detail
-
init
@PostConstruct public void init() throws java.lang.Exception
- Overrides:
init
in classstep.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
-
-