org.drools.command.runtime.rule
Class GetObjectsCommand
java.lang.Object
org.drools.command.runtime.rule.GetObjectsCommand
- All Implemented Interfaces:
- Serializable, org.drools.command.Command<Collection>, GenericCommand<Collection>
public class GetObjectsCommand
- extends Object
- implements GenericCommand<Collection>
- See Also:
- Serialized Form
GetObjectsCommand
public GetObjectsCommand()
GetObjectsCommand
public GetObjectsCommand(org.drools.runtime.ObjectFilter filter)
GetObjectsCommand
public GetObjectsCommand(org.drools.runtime.ObjectFilter filter,
String outIdentifier)
getOutIdentifier
public String getOutIdentifier()
setOutIdentifier
public void setOutIdentifier(String outIdentifier)
execute
public Collection execute(Context context)
- Specified by:
execute
in interface GenericCommand<Collection>
getObjects
public Collection<? extends Object> getObjects(ReteooWorkingMemory session)
getObjects
public Collection<? extends Object> getObjects(ReteooWorkingMemory session,
org.drools.runtime.ObjectFilter filter)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.