public class GetProcessInstanceByCorrelationKeyCommand extends Object implements ExecutableCommand<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.api.runtime.Context context) |
org.kie.internal.process.CorrelationKey |
getCorrelationKey() |
void |
setCorrelationKey(org.kie.internal.process.CorrelationKey correlationKey) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
canRunInTransaction
public GetProcessInstanceByCorrelationKeyCommand()
public GetProcessInstanceByCorrelationKeyCommand(org.kie.internal.process.CorrelationKey correlationKey)
public org.kie.internal.process.CorrelationKey getCorrelationKey()
getCorrelationKey
in interface org.kie.internal.command.CorrelationKeyCommand
public void setCorrelationKey(org.kie.internal.process.CorrelationKey correlationKey)
setCorrelationKey
in interface org.kie.internal.command.CorrelationKeyCommand
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–2017 JBoss by Red Hat. All rights reserved.