public class SignalEventCommand extends Object implements GenericCommand<Void>
Constructor and Description |
---|
SignalEventCommand() |
SignalEventCommand(long processInstanceId,
String eventType,
Object event) |
SignalEventCommand(String eventType,
Object event) |
Modifier and Type | Method and Description |
---|---|
Void |
execute(org.kie.internal.command.Context context) |
Object |
getEvent() |
String |
getEventType() |
long |
getProcessInstanceId() |
void |
setEvent(Object event) |
void |
setEventType(String eventType) |
void |
setProcessInstanceId(long processInstanceId) |
String |
toString() |
public long getProcessInstanceId()
public void setProcessInstanceId(long processInstanceId)
public String getEventType()
public void setEventType(String eventType)
public Object getEvent()
public void setEvent(Object event)
public Void execute(org.kie.internal.command.Context context)
execute
in interface GenericCommand<Void>
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.