public class GetObjectsCommand extends Object implements GenericCommand<Collection>, IdentifiableResult
| Constructor and Description |
|---|
GetObjectsCommand() |
GetObjectsCommand(org.kie.api.runtime.ObjectFilter filter) |
GetObjectsCommand(org.kie.api.runtime.ObjectFilter filter,
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 GetObjectsCommand()
public GetObjectsCommand(org.kie.api.runtime.ObjectFilter filter)
public GetObjectsCommand(org.kie.api.runtime.ObjectFilter filter,
String outIdentifier)
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.