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