org.drools.command.runtime.rule
Class UpdateCommand

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

public class UpdateCommand
extends Object
implements GenericCommand<Object>

See Also:
Serialized Form

Constructor Summary
UpdateCommand(org.drools.runtime.rule.FactHandle handle, Object object)
           
 
Method Summary
 Object execute(Context context)
           
 String getEntryPoint()
           
 void setEntryPoint(String entryPoint)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UpdateCommand

public UpdateCommand(org.drools.runtime.rule.FactHandle handle,
                     Object object)
Method Detail

execute

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

getEntryPoint

public String getEntryPoint()

setEntryPoint

public void setEntryPoint(String entryPoint)

toString

public String toString()
Overrides:
toString in class Object


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