public class ReTryWorkItemCommand extends Object implements ExecutableCommand<Void>
Constructor and Description |
---|
ReTryWorkItemCommand() |
ReTryWorkItemCommand(long workItemId,
Map<String,Object> params) |
Modifier and Type | Method and Description |
---|---|
Void |
execute(org.kie.api.runtime.Context context) |
Map<String,Object> |
getParams() |
long |
getWorkItemId() |
void |
setParams(Map<String,Object> params) |
void |
setWorkItemId(long workItemId) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
canRunInTransaction
public long getWorkItemId()
public void setWorkItemId(long workItemId)
public Void execute(org.kie.api.runtime.Context context)
execute
in interface ExecutableCommand<Void>
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.