Interface QueryResult.Item<T extends DataObject>

Type Parameters:
T - Result object type
All Superinterfaces:
Immutable
Enclosing interface:
QueryResult<T extends DataObject>

public static interface QueryResult.Item<T extends DataObject> extends Immutable
A single item in the result set. It is identified by its path and the corresponding object..
  • Method Details

    • object

      T object()
      Return the result object.
      Returns:
      Result object
    • path

      Return the InstanceIdentifier of the result object. This is guaranteed to be non-wildcard.
      Returns:
      InstanceIdentifier of the result object