public class GetProcessInstanceCommand extends Object implements org.kie.api.command.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) |
String |
getOutIdentifier() |
Long |
getProcessInstanceId() |
boolean |
isReadOnly() |
void |
setOutIdentifier(String outIdentifier) |
void |
setProcessInstanceId(Long processInstanceId) |
void |
setReadOnly(boolean readOnly) |
String |
toString() |
public GetProcessInstanceCommand()
public GetProcessInstanceCommand(Long processInstanceId)
public String getOutIdentifier()
public void setOutIdentifier(String outIdentifier)
public Long getProcessInstanceId()
getProcessInstanceId
in interface org.kie.internal.command.ProcessInstanceIdCommand
public void setProcessInstanceId(Long processInstanceId)
setProcessInstanceId
in interface org.kie.internal.command.ProcessInstanceIdCommand
public boolean isReadOnly()
public void setReadOnly(boolean readOnly)
public org.kie.api.runtime.process.ProcessInstance execute(org.kie.api.runtime.Context context)
execute
in interface org.kie.api.command.ExecutableCommand<org.kie.api.runtime.process.ProcessInstance>
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.