public class GetProcessInstanceCommand extends Object implements ExecutableCommand<org.kie.api.runtime.process.ProcessInstance>, org.kie.internal.command.ProcessInstanceIdCommand
| Constructor and Description |
|---|
GetProcessInstanceCommand() |
GetProcessInstanceCommand(Long processInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
org.kie.api.runtime.process.ProcessInstance |
execute(org.kie.api.runtime.Context context) |
Long |
getProcessInstanceId() |
boolean |
isReadOnly() |
void |
setProcessInstanceId(Long processInstanceId) |
void |
setReadOnly(boolean readOnly) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcanRunInTransactionpublic GetProcessInstanceCommand()
public GetProcessInstanceCommand(Long processInstanceId)
public Long getProcessInstanceId()
getProcessInstanceId in interface org.kie.internal.command.ProcessInstanceIdCommandpublic void setProcessInstanceId(Long processInstanceId)
setProcessInstanceId in interface org.kie.internal.command.ProcessInstanceIdCommandpublic boolean isReadOnly()
public void setReadOnly(boolean readOnly)
public org.kie.api.runtime.process.ProcessInstance execute(org.kie.api.runtime.Context context)
execute in interface ExecutableCommand<org.kie.api.runtime.process.ProcessInstance>Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.