public class GetObjectsInEntryPointCommand extends Object implements GenericCommand<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.internal.command.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.internal.command.Context context)
execute in interface GenericCommand<Collection>public Collection<? extends Object> getObjects(StatefulKnowledgeSessionImpl session)
public Collection<? extends Object> getObjects(StatefulKnowledgeSessionImpl session, org.kie.api.runtime.ObjectFilter filter)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.