Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.relations.api
Interface QueryResult

All Superinterfaces:
Serializable
All Known Implementing Classes:
QueryResultImpl

public interface QueryResult
extends Serializable

Query result interface.

Author:
Anahide Tchertchian

Method Summary
 Integer getCount()
           
 List<Map<String,Node>> getResults()
           
 List<String> getVariableNames()
           
 void setCount(Integer count)
           
 void setResults(List<Map<String,Node>> results)
           
 void setVariableNames(List<String> variableNames)
           
 

Method Detail

getCount

Integer getCount()

setCount

void setCount(Integer count)

getResults

List<Map<String,Node>> getResults()

setResults

void setResults(List<Map<String,Node>> results)

getVariableNames

List<String> getVariableNames()

setVariableNames

void setVariableNames(List<String> variableNames)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.