public class GetObjectsInEntryPointCommand extends Object implements org.kie.api.command.ExecutableCommand<Collection>, IdentifiableResult
| Constructor and Description |
|---|
GetObjectsInEntryPointCommand() |
GetObjectsInEntryPointCommand(org.kie.api.runtime.ObjectFilter filter,
String entryPoint) |
GetObjectsInEntryPointCommand(org.kie.api.runtime.ObjectFilter filter,
String entryPoint,
String outIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
Collection |
execute(org.kie.api.runtime.Context context) |
Collection<? extends Object> |
getObjects(StatefulKnowledgeSessionImpl session) |
Collection<? extends Object> |
getObjects(StatefulKnowledgeSessionImpl session,
org.kie.api.runtime.ObjectFilter filter) |
String |
getOutIdentifier() |
void |
setOutIdentifier(String outIdentifier) |
String |
toString() |
public GetObjectsInEntryPointCommand()
public GetObjectsInEntryPointCommand(org.kie.api.runtime.ObjectFilter filter,
String entryPoint)
public String getOutIdentifier()
getOutIdentifier in interface IdentifiableResultpublic void setOutIdentifier(String outIdentifier)
setOutIdentifier in interface IdentifiableResultpublic Collection execute(org.kie.api.runtime.Context context)
execute in interface org.kie.api.command.ExecutableCommand<Collection>public Collection<? extends Object> getObjects(StatefulKnowledgeSessionImpl session)
public Collection<? extends Object> getObjects(StatefulKnowledgeSessionImpl session, org.kie.api.runtime.ObjectFilter filter)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.