public class GetProcessInstanceByCorrelationKeyCommand extends Object implements GenericCommand<org.kie.api.runtime.process.ProcessInstance>, org.kie.internal.command.CorrelationKeyCommand
| Constructor and Description |
|---|
GetProcessInstanceByCorrelationKeyCommand() |
GetProcessInstanceByCorrelationKeyCommand(org.kie.internal.process.CorrelationKey correlationKey) |
| Modifier and Type | Method and Description |
|---|---|
org.kie.api.runtime.process.ProcessInstance |
execute(org.kie.internal.command.Context context) |
org.kie.internal.process.CorrelationKey |
getCorrelationKey() |
void |
setCorrelationKey(org.kie.internal.process.CorrelationKey correlationKey) |
String |
toString() |
public GetProcessInstanceByCorrelationKeyCommand()
public GetProcessInstanceByCorrelationKeyCommand(org.kie.internal.process.CorrelationKey correlationKey)
public org.kie.internal.process.CorrelationKey getCorrelationKey()
getCorrelationKey in interface org.kie.internal.command.CorrelationKeyCommandpublic void setCorrelationKey(org.kie.internal.process.CorrelationKey correlationKey)
setCorrelationKey in interface org.kie.internal.command.CorrelationKeyCommandpublic org.kie.api.runtime.process.ProcessInstance execute(org.kie.internal.command.Context context)
execute in interface GenericCommand<org.kie.api.runtime.process.ProcessInstance>Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.