public class GetObjectsCommand extends Object implements ExecutableCommand<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.api.runtime.Context context) |
org.kie.api.runtime.ObjectFilter |
getFilter() |
String |
getOutIdentifier() |
void |
setFilter(org.kie.api.runtime.ObjectFilter filter) |
void |
setOutIdentifier(String outIdentifier) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcanRunInTransactionpublic 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 void setFilter(org.kie.api.runtime.ObjectFilter filter)
public org.kie.api.runtime.ObjectFilter getFilter()
public Collection execute(org.kie.api.runtime.Context context)
execute in interface ExecutableCommand<Collection>Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.