public class SignalCmd extends Object implements Command<Object>, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
executionId |
protected Map<String,Object> |
processVariables |
protected Object |
signalData |
protected String |
signalName |
Constructor and Description |
---|
SignalCmd(String executionId,
String signalName,
Object signalData,
Map<String,Object> processVariables) |
Modifier and Type | Method and Description |
---|---|
Object |
execute(CommandContext commandContext) |
protected Object |
execute(CommandContext commandContext,
ExecutionEntity execution) |
protected String executionId
protected String signalName
protected Object signalData
protected Object execute(CommandContext commandContext, ExecutionEntity execution)
public Object execute(CommandContext commandContext)
Copyright © 2015. All rights reserved.