Class DisableProcess
- java.lang.Object
-
- org.bonitasoft.engine.api.impl.transaction.process.DisableProcess
-
- All Implemented Interfaces:
TransactionContent
public final class DisableProcess extends java.lang.Object implements TransactionContent
- Author:
- Baptiste Mesta, Elias Ricken de Medeiros, Matthieu Chaffotte, Celine Souchet
-
-
Constructor Summary
Constructors Constructor Description DisableProcess(ProcessDefinitionService processDefinitionService, long processId, EventInstanceService eventInstanceService, SchedulerService scheduler, TechnicalLoggerService logger, java.lang.String username)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()
-
-
-
Constructor Detail
-
DisableProcess
public DisableProcess(ProcessDefinitionService processDefinitionService, long processId, EventInstanceService eventInstanceService, SchedulerService scheduler, TechnicalLoggerService logger, java.lang.String username)
-
-
Method Detail
-
execute
public void execute() throws SBonitaException- Specified by:
executein interfaceTransactionContent- Throws:
SBonitaException
-
-