org.drools.command.runtime.rule
Class GetObjectCommand

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

public class GetObjectCommand
extends Object
implements GenericCommand<Object>

See Also:
Serialized Form

Constructor Summary
GetObjectCommand()
           
GetObjectCommand(org.drools.runtime.rule.FactHandle factHandle)
           
GetObjectCommand(org.drools.runtime.rule.FactHandle factHandle, String outIdentifier)
           
 
Method Summary
 Object execute(Context context)
           
 org.drools.runtime.rule.FactHandle getFactHandle()
           
 String getFactHandleFromString()
           
 String getOutIdentifier()
           
 void setFactHandleFromString(String factHandleId)
           
 void setOutIdentifier(String outIdentifier)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetObjectCommand

public GetObjectCommand()

GetObjectCommand

public GetObjectCommand(org.drools.runtime.rule.FactHandle factHandle)

GetObjectCommand

public GetObjectCommand(org.drools.runtime.rule.FactHandle factHandle,
                        String outIdentifier)
Method Detail

getOutIdentifier

public String getOutIdentifier()

setOutIdentifier

public void setOutIdentifier(String outIdentifier)

setFactHandleFromString

public void setFactHandleFromString(String factHandleId)

getFactHandleFromString

public String getFactHandleFromString()

execute

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

getFactHandle

public org.drools.runtime.rule.FactHandle getFactHandle()

toString

public String toString()
Overrides:
toString in class Object


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