Drools :: Core 6.0.0.Alpha9

org.drools.command.runtime.process
Class GetProcessInstanceByCorrelationKeyCommand

java.lang.Object
  extended by org.drools.command.runtime.process.GetProcessInstanceByCorrelationKeyCommand
All Implemented Interfaces:
Serializable, GenericCommand<org.kie.runtime.process.ProcessInstance>, org.kie.command.Command<org.kie.runtime.process.ProcessInstance>

public class GetProcessInstanceByCorrelationKeyCommand
extends Object
implements GenericCommand<org.kie.runtime.process.ProcessInstance>

See Also:
Serialized Form

Constructor Summary
GetProcessInstanceByCorrelationKeyCommand()
           
GetProcessInstanceByCorrelationKeyCommand(org.kie.process.CorrelationKey correlationKey)
           
 
Method Summary
 org.kie.runtime.process.ProcessInstance execute(org.kie.command.Context context)
           
 org.kie.process.CorrelationKey getCorrelationKey()
           
 void setCorrelationKey(org.kie.process.CorrelationKey correlationKey)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetProcessInstanceByCorrelationKeyCommand

public GetProcessInstanceByCorrelationKeyCommand()

GetProcessInstanceByCorrelationKeyCommand

public GetProcessInstanceByCorrelationKeyCommand(org.kie.process.CorrelationKey correlationKey)
Method Detail

getCorrelationKey

public org.kie.process.CorrelationKey getCorrelationKey()

setCorrelationKey

public void setCorrelationKey(org.kie.process.CorrelationKey correlationKey)

execute

public org.kie.runtime.process.ProcessInstance execute(org.kie.command.Context context)
Specified by:
execute in interface GenericCommand<org.kie.runtime.process.ProcessInstance>

toString

public String toString()
Overrides:
toString in class Object

Drools :: Core 6.0.0.Alpha9

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.