public class EmptyQuery extends AbstractQuery implements IQueryResult
| Constructor and Description |
|---|
EmptyQuery(QueryDefinition def) |
| Modifier and Type | Method and Description |
|---|---|
IQueryResult |
execute()
Execute the query to produce a list of objects.
|
java.lang.Iterable<java.lang.Object> |
getContent() |
accept, getAddedElementsBag, getDefinition, getParameterpublic EmptyQuery(QueryDefinition def)
public IQueryResult execute()
IQuerypublic java.lang.Iterable<java.lang.Object> getContent()
getContent in interface IQueryResult