Drools :: Core 6.1.0.Beta1

org.drools.core.command.runtime.process
Class SetProcessInstanceVariablesCommand

java.lang.Object
  extended by org.drools.core.command.runtime.process.SetProcessInstanceVariablesCommand
All Implemented Interfaces:
Serializable, GenericCommand<Void>, org.kie.api.command.Command<Void>

public class SetProcessInstanceVariablesCommand
extends Object
implements GenericCommand<Void>

See Also:
Serialized Form

Constructor Summary
SetProcessInstanceVariablesCommand()
           
SetProcessInstanceVariablesCommand(long processInstanceId, Map<String,Object> variables)
           
 
Method Summary
 Void execute(org.kie.internal.command.Context context)
           
 long getProcessInstanceId()
           
 Map<String,Object> getVariables()
           
 void setProcessInstanceId(long processInstanceId)
           
 void setVariables(Map<String,Object> variables)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SetProcessInstanceVariablesCommand

public SetProcessInstanceVariablesCommand()

SetProcessInstanceVariablesCommand

public SetProcessInstanceVariablesCommand(long processInstanceId,
                                          Map<String,Object> variables)
Method Detail

getProcessInstanceId

public long getProcessInstanceId()

setProcessInstanceId

public void setProcessInstanceId(long processInstanceId)

getVariables

public Map<String,Object> getVariables()

setVariables

public void setVariables(Map<String,Object> variables)

execute

public Void execute(org.kie.internal.command.Context context)
Specified by:
execute in interface GenericCommand<Void>

toString

public String toString()
Overrides:
toString in class Object

Drools :: Core 6.1.0.Beta1

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