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, wait
canRunInTransaction
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 IdentifiableResult
public void setOutIdentifier(String outIdentifier)
setOutIdentifier
in interface IdentifiableResult
public 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.