org.drools.command.runtime.rule
Class GetFactHandlesCommand
java.lang.Object
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
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)
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.