public class AbortWorkItemCommand extends Object implements ExecutableCommand<Void>
Constructor and Description |
---|
AbortWorkItemCommand() |
AbortWorkItemCommand(long workItemId) |
Modifier and Type | Method and Description |
---|---|
Void |
execute(org.kie.api.runtime.Context context) |
long |
getWorkItemId() |
void |
setWorkItemId(long workItemId) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
canRunInTransaction
public AbortWorkItemCommand()
public AbortWorkItemCommand(long workItemId)
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.