Class InstallationServiceImpl
java.lang.Object
org.bonitasoft.engine.service.impl.installation.InstallationServiceImpl
- All Implemented Interfaces:
InstallationService
-
Constructor Summary
ConstructorsConstructorDescriptionInstallationServiceImpl(ProcessDefinitionService processDefinitionService, ParameterService parameterService, BusinessArchiveArtifactsManager dependencyResolver, EventsHandler eventsHandler) -
Method Summary
Modifier and TypeMethodDescriptionvoidinstall(byte[] binaries, byte[] configuration) Install binaries archive content If a configuration archive is provided, it also update the configuration
-
Constructor Details
-
InstallationServiceImpl
public InstallationServiceImpl(ProcessDefinitionService processDefinitionService, ParameterService parameterService, BusinessArchiveArtifactsManager dependencyResolver, EventsHandler eventsHandler)
-
-
Method Details
-
install
Description copied from interface:InstallationServiceInstall binaries archive content If a configuration archive is provided, it also update the configuration- Specified by:
installin interfaceInstallationService- Throws:
InstallationFailedException
-