Drools :: Core 6.0.0.Alpha9

org.drools.command.runtime.rule
Class GetFactHandlesCommand

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

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

See Also:
Serialized Form

Constructor Summary
GetFactHandlesCommand()
           
GetFactHandlesCommand(boolean disconnected)
           
GetFactHandlesCommand(org.kie.runtime.ObjectFilter filter)
           
GetFactHandlesCommand(org.kie.runtime.ObjectFilter filter, boolean disconnected)
           
 
Method Summary
 Collection<org.kie.runtime.rule.FactHandle> execute(org.kie.command.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.kie.runtime.ObjectFilter filter)

GetFactHandlesCommand

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

GetFactHandlesCommand

public GetFactHandlesCommand(boolean disconnected)
Method Detail

execute

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

toString

public String toString()
Overrides:
toString in class Object

Drools :: Core 6.0.0.Alpha9

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