public class GetWorkItemCommand extends Object implements GenericCommand<WorkItem>
Constructor and Description |
---|
GetWorkItemCommand() |
GetWorkItemCommand(long workItemId) |
Modifier and Type | Method and Description |
---|---|
WorkItem |
execute(org.kie.internal.command.Context context) |
long |
getWorkItemId() |
void |
setWorkItemId(long workItemId) |
String |
toString() |
public GetWorkItemCommand()
public GetWorkItemCommand(long workItemId)
public long getWorkItemId()
public void setWorkItemId(long workItemId)
public WorkItem execute(org.kie.internal.command.Context context)
execute
in interface GenericCommand<WorkItem>
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.