org.drools.command.runtime.rule
Class GetFactHandlesCommand

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

public class GetFactHandlesCommand
extends Object
implements GenericCommand<Collection<org.drools.runtime.rule.FactHandle>>

See Also:
Serialized Form

Constructor Summary
GetFactHandlesCommand()
           
GetFactHandlesCommand(boolean disconnected)
           
GetFactHandlesCommand(org.drools.runtime.ObjectFilter filter)
           
GetFactHandlesCommand(org.drools.runtime.ObjectFilter filter, boolean disconnected)
           
 
Method Summary
 Collection<org.drools.runtime.rule.FactHandle> execute(Context context)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetFactHandlesCommand

public GetFactHandlesCommand()

GetFactHandlesCommand

public GetFactHandlesCommand(org.drools.runtime.ObjectFilter filter)

GetFactHandlesCommand

public GetFactHandlesCommand(org.drools.runtime.ObjectFilter filter,
                             boolean disconnected)

GetFactHandlesCommand

public GetFactHandlesCommand(boolean disconnected)
Method Detail

execute

public Collection<org.drools.runtime.rule.FactHandle> execute(Context context)
Specified by:
execute in interface GenericCommand<Collection<org.drools.runtime.rule.FactHandle>>

toString

public String toString()
Overrides:
toString in class Object


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