A data class representing a single query result produced by an {@link ExpressionEngine}.
When passing a key to the {@code query()} method of {@code ExpressionEngine}the result can be a set of nodes or attributes - depending on the key. This class can represent both types of results. The aim is to give a user of {@code ExpressionEngine} all information needed for evaluating the resultsreturned.
Implementation note: Instances are immutable. They are created using the static factory methods.
@version $Id: QueryResult.java 1624601 2014-09-12 18:04:36Z oheger $ @since 2.0 @param < T> the type of the result nodes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|