public class GetObjectsCommand extends Object implements org.kie.api.command.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() |
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 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 org.kie.api.command.ExecutableCommand<Collection>Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.