public class UpdateTimerCommand extends Object implements org.drools.core.command.impl.GenericCommand<Void>, org.kie.internal.command.ProcessInstanceIdCommand
| Constructor and Description |
|---|
UpdateTimerCommand(long processInstanceId,
String timerName,
long delay) |
UpdateTimerCommand(long processInstanceId,
String timerName,
long period,
int repeatLimit) |
UpdateTimerCommand(long processInstanceId,
String timerName,
long delay,
long period,
int repeatLimit) |
| Modifier and Type | Method and Description |
|---|---|
Void |
execute(org.kie.internal.command.Context context) |
Long |
getProcessInstanceId() |
void |
setProcessInstanceId(Long procInstId) |
String |
toString() |
public UpdateTimerCommand(long processInstanceId,
String timerName,
long delay)
public UpdateTimerCommand(long processInstanceId,
String timerName,
long period,
int repeatLimit)
public UpdateTimerCommand(long processInstanceId,
String timerName,
long delay,
long period,
int repeatLimit)
public Void execute(org.kie.internal.command.Context context)
execute in interface org.drools.core.command.impl.GenericCommand<Void>public void setProcessInstanceId(Long procInstId)
setProcessInstanceId in interface org.kie.internal.command.ProcessInstanceIdCommandpublic Long getProcessInstanceId()
getProcessInstanceId in interface org.kie.internal.command.ProcessInstanceIdCommandCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.