Drools :: Core 6.1.0.Beta1

org.drools.core.command.runtime.rule
Class GetObjectsInEntryPointCommand

java.lang.Object
  extended by org.drools.core.command.runtime.rule.GetObjectsInEntryPointCommand
All Implemented Interfaces:
Serializable, IdentifiableResult, GenericCommand<Collection>, org.kie.api.command.Command<Collection>

public class GetObjectsInEntryPointCommand
extends Object
implements GenericCommand<Collection>, IdentifiableResult

See Also:
Serialized Form

Constructor Summary
GetObjectsInEntryPointCommand()
           
GetObjectsInEntryPointCommand(org.kie.api.runtime.ObjectFilter filter, String entryPoint)
           
GetObjectsInEntryPointCommand(org.kie.api.runtime.ObjectFilter filter, String entryPoint, String outIdentifier)
           
 
Method Summary
 Collection execute(org.kie.internal.command.Context context)
           
 Collection<? extends Object> getObjects(AbstractWorkingMemory session)
           
 Collection<? extends Object> getObjects(AbstractWorkingMemory session, org.kie.api.runtime.ObjectFilter filter)
           
 String getOutIdentifier()
           
 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

GetObjectsInEntryPointCommand

public GetObjectsInEntryPointCommand()

GetObjectsInEntryPointCommand

public GetObjectsInEntryPointCommand(org.kie.api.runtime.ObjectFilter filter,
                                     String entryPoint)

GetObjectsInEntryPointCommand

public GetObjectsInEntryPointCommand(org.kie.api.runtime.ObjectFilter filter,
                                     String entryPoint,
                                     String outIdentifier)
Method Detail

getOutIdentifier

public String getOutIdentifier()
Specified by:
getOutIdentifier in interface IdentifiableResult

setOutIdentifier

public void setOutIdentifier(String outIdentifier)
Specified by:
setOutIdentifier in interface IdentifiableResult

execute

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

getObjects

public Collection<? extends Object> getObjects(AbstractWorkingMemory session)

getObjects

public Collection<? extends Object> getObjects(AbstractWorkingMemory session,
                                               org.kie.api.runtime.ObjectFilter filter)

toString

public String toString()
Overrides:
toString in class Object

Drools :: Core 6.1.0.Beta1

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