org.drools.command
Class SetVariableCommandFromLastReturn

java.lang.Object
  extended by org.drools.command.SetVariableCommandFromLastReturn
All Implemented Interfaces:
Serializable, org.drools.command.Command<Object>, GenericCommand<Object>

public class SetVariableCommandFromLastReturn
extends Object
implements GenericCommand<Object>

See Also:
Serialized Form

Constructor Summary
SetVariableCommandFromLastReturn(String identifier)
           
SetVariableCommandFromLastReturn(String contextName, String identifier)
           
 
Method Summary
 Object execute(Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetVariableCommandFromLastReturn

public SetVariableCommandFromLastReturn(String identifier)

SetVariableCommandFromLastReturn

public SetVariableCommandFromLastReturn(String contextName,
                                        String identifier)
Method Detail

execute

public Object execute(Context context)
Specified by:
execute in interface GenericCommand<Object>


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