Package com.aquima.web.service.dap.impl
Class StartProjectService
java.lang.Object
com.aquima.web.service.dap.impl.StartProjectService
- All Implemented Interfaces:
com.aquima.interactions.portal.ISelfValidatingService
,com.aquima.interactions.portal.IService
public class StartProjectService
extends Object
implements com.aquima.interactions.portal.IService, com.aquima.interactions.portal.ISelfValidatingService
Service that is responsible for starting a new project.
- Since:
- 9.8
- Author:
- V.Moldovan
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStartProjectService
(com.blueriq.component.api.IAquimaSessionsMap sessionManager, com.blueriq.component.api.security.IAuthorisationManager authorisationManager, com.blueriq.component.api.shortcut.IShortcutManager shortcutManager, jakarta.servlet.ServletContext servletContext, com.blueriq.component.api.AquimaBeanProvider aquimaBeanProvider, FlowStarter flowStarter, org.springframework.core.env.Environment environment) -
Method Summary
-
Field Details
-
Constructor Details
-
StartProjectService
@Autowired public StartProjectService(com.blueriq.component.api.IAquimaSessionsMap sessionManager, com.blueriq.component.api.security.IAuthorisationManager authorisationManager, com.blueriq.component.api.shortcut.IShortcutManager shortcutManager, jakarta.servlet.ServletContext servletContext, com.blueriq.component.api.AquimaBeanProvider aquimaBeanProvider, FlowStarter flowStarter, org.springframework.core.env.Environment environment)
-
-
Method Details
-
handle
public com.aquima.interactions.portal.IServiceResult handle(com.aquima.interactions.portal.IServiceContext context) throws Exception - Specified by:
handle
in interfacecom.aquima.interactions.portal.IService
- Throws:
Exception
-
validate
public void validate(com.aquima.interactions.portal.model.IServiceCallDefinition definition, com.aquima.interactions.portal.ISelfValidationContext context) - Specified by:
validate
in interfacecom.aquima.interactions.portal.ISelfValidatingService
-