public class StartReplayProcessEventHandler extends Object implements SimulationEventHandler
Modifier and Type | Field and Description |
---|---|
static String |
PROCESS_INSTANCE_ID
variable name where original process instance ID is stored - only for internal replay purposes
|
Constructor and Description |
---|
StartReplayProcessEventHandler(String processInstanceId,
String eventTypeToReplay,
String eventTypeToSchedule,
Collection<SimulationEvent> events,
String processToStartIdKey,
String businessKey,
String variablesKey) |
Modifier and Type | Method and Description |
---|---|
void |
handle(SimulationEvent event)
execute event in the context
|
void |
init()
initialize event handler
|
public static final String PROCESS_INSTANCE_ID
public StartReplayProcessEventHandler(String processInstanceId, String eventTypeToReplay, String eventTypeToSchedule, Collection<SimulationEvent> events, String processToStartIdKey, String businessKey, String variablesKey)
public void init()
SimulationEventHandler
init
in interface SimulationEventHandler
public void handle(SimulationEvent event)
SimulationEventHandler
handle
in interface SimulationEventHandler
event
- event to handleCopyright © 2016 Alfresco. All rights reserved.