Class GetObjectsInEntryPointCommand
- java.lang.Object
-
- org.drools.core.command.runtime.rule.GetObjectsInEntryPointCommand
-
- All Implemented Interfaces:
Serializable,IdentifiableResult,org.kie.api.command.Command<Collection>,org.kie.api.command.ExecutableCommand<Collection>
public class GetObjectsInEntryPointCommand extends Object implements org.kie.api.command.ExecutableCommand<Collection>, IdentifiableResult
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetObjectsInEntryPointCommand()GetObjectsInEntryPointCommand(org.kie.api.runtime.ObjectFilter filter, String entryPoint)GetObjectsInEntryPointCommand(org.kie.api.runtime.ObjectFilter filter, String entryPoint, String outIdentifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collectionexecute(org.kie.api.runtime.Context context)Collection<? extends Object>getObjects(StatefulKnowledgeSessionImpl session)Collection<? extends Object>getObjects(StatefulKnowledgeSessionImpl session, org.kie.api.runtime.ObjectFilter filter)StringgetOutIdentifier()voidsetOutIdentifier(String outIdentifier)StringtoString()
-
-
-
Constructor Detail
-
GetObjectsInEntryPointCommand
public GetObjectsInEntryPointCommand()
-
GetObjectsInEntryPointCommand
public GetObjectsInEntryPointCommand(org.kie.api.runtime.ObjectFilter filter, String entryPoint)
-
-
Method Detail
-
getOutIdentifier
public String getOutIdentifier()
- Specified by:
getOutIdentifierin interfaceIdentifiableResult
-
setOutIdentifier
public void setOutIdentifier(String outIdentifier)
- Specified by:
setOutIdentifierin interfaceIdentifiableResult
-
execute
public Collection execute(org.kie.api.runtime.Context context)
- Specified by:
executein interfaceorg.kie.api.command.ExecutableCommand<Collection>
-
getObjects
public Collection<? extends Object> getObjects(StatefulKnowledgeSessionImpl session)
-
getObjects
public Collection<? extends Object> getObjects(StatefulKnowledgeSessionImpl session, org.kie.api.runtime.ObjectFilter filter)
-
-