Class ArchiveProcessInstancesHandler
java.lang.Object
org.bonitasoft.engine.execution.handler.ArchiveProcessInstancesHandler
- All Implemented Interfaces:
Serializable,SHandler<SUpdateEvent>,SProcessInstanceHandler<SUpdateEvent>
public class ArchiveProcessInstancesHandler
extends Object
implements SProcessInstanceHandler<SUpdateEvent>
- Author:
- Baptiste Mesta, Elias Ricken de Medeiros, Celine Souchet
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(SUpdateEvent event) Performs the action corresponding to the given EventReturns a unique identifier for each instance of the HandlerbooleanisInterested(SUpdateEvent event) Precise if the current Handler is interested by the given event.
-
Constructor Details
-
ArchiveProcessInstancesHandler
public ArchiveProcessInstancesHandler()
-
-
Method Details
-
execute
Description copied from interface:SHandlerPerforms the action corresponding to the given Event- Specified by:
executein interfaceSHandler<SUpdateEvent>- Throws:
SHandlerExecutionException
-
isInterested
Description copied from interface:SHandlerPrecise if the current Handler is interested by the given event. If so, it could run the execute(SEvent e) method.- Specified by:
isInterestedin interfaceSHandler<SUpdateEvent>
-
getIdentifier
Description copied from interface:SHandlerReturns a unique identifier for each instance of the Handler- Specified by:
getIdentifierin interfaceSHandler<SUpdateEvent>
-