public class StartProcessByKeyEventHandler extends Object implements SimulationEventHandler
| Modifier and Type | Field and Description |
|---|---|
protected String |
businessKey |
protected String |
processToStartKey
process to start key
|
protected String |
variablesKey |
| Constructor and Description |
|---|
StartProcessByKeyEventHandler(String processToStartKey,
String businessKey,
String variablesKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(SimulationEvent event)
execute event in the context
|
void |
init()
initialize event handler
|
protected String processToStartKey
protected String businessKey
protected String variablesKey
public void init()
SimulationEventHandlerinit in interface SimulationEventHandlerpublic void handle(SimulationEvent event)
SimulationEventHandlerhandle in interface SimulationEventHandlerevent - event to handleCopyright © 2016 Alfresco. All rights reserved.