Class InstallationServiceImpl
- java.lang.Object
-
- org.bonitasoft.engine.service.impl.installation.InstallationServiceImpl
-
- All Implemented Interfaces:
InstallationService
@Service public class InstallationServiceImpl extends java.lang.Object implements InstallationService
-
-
Constructor Summary
Constructors Constructor Description InstallationServiceImpl(ProcessDefinitionService processDefinitionService, ParameterService parameterService, BusinessArchiveArtifactsManager dependencyResolver, EventsHandler eventsHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinstall(byte[] binaries, byte[] configuration)Install binaries archive content If a configuration archive is provided, it also update the configuration
-
-
-
Constructor Detail
-
InstallationServiceImpl
public InstallationServiceImpl(ProcessDefinitionService processDefinitionService, ParameterService parameterService, BusinessArchiveArtifactsManager dependencyResolver, EventsHandler eventsHandler)
-
-
Method Detail
-
install
public void install(byte[] binaries, byte[] configuration) throws InstallationFailedExceptionDescription copied from interface:InstallationServiceInstall binaries archive content If a configuration archive is provided, it also update the configuration- Specified by:
installin interfaceInstallationService- Throws:
InstallationFailedException
-
-