public class GetWorkItemCommand extends Object implements org.kie.api.command.ExecutableCommand<WorkItem>
Constructor and Description |
---|
GetWorkItemCommand() |
GetWorkItemCommand(long workItemId) |
Modifier and Type | Method and Description |
---|---|
WorkItem |
execute(org.kie.api.runtime.Context context) |
String |
getOutIdentifier() |
long |
getWorkItemId() |
void |
setOutIdentifier(String outIdentifier) |
void |
setWorkItemId(long workItemId) |
String |
toString() |
public GetWorkItemCommand()
public GetWorkItemCommand(long workItemId)
public long getWorkItemId()
public void setWorkItemId(long workItemId)
public String getOutIdentifier()
public void setOutIdentifier(String outIdentifier)
public WorkItem execute(org.kie.api.runtime.Context context)
execute
in interface org.kie.api.command.ExecutableCommand<WorkItem>
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.