org.camunda.bpm.engine.impl.cmd
Class SignalEventReceivedCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.SignalEventReceivedCmd
- All Implemented Interfaces:
- Command<Void>
public class SignalEventReceivedCmd
- extends Object
- implements Command<Void>
- Author:
- Daniel Meyer, Joram Barrez
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
eventName
protected final String eventName
executionId
protected final String executionId
variables
protected final Map<String,Object> variables
SignalEventReceivedCmd
public SignalEventReceivedCmd(String eventName,
String executionId,
Map<String,Object> variables)
execute
public Void execute(CommandContext commandContext)
- Specified by:
execute
in interface Command<Void>
Copyright © 2014 camunda services GmbH. All Rights Reserved.