info.magnolia.cms.core.search
Interface QueryResult

All Known Implementing Classes:
QueryResultImpl

public interface QueryResult

Equivalent to QueryResult but working with Content objects.

Author:
Sameer Charles, Fabrizio Giustina

Method Summary
 java.util.Collection<Content> getContent()
          Gets a collection of Content objects for mgnl:content NodeType.
 java.util.Collection<Content> getContent(java.lang.String nodeType)
          Gets a collection of Content objects for specified NodeType.
 

Method Detail

getContent

java.util.Collection<Content> getContent()
Gets a collection of Content objects for mgnl:content NodeType.


getContent

java.util.Collection<Content> getContent(java.lang.String nodeType)
Gets a collection of Content objects for specified NodeType.



Copyright © 2003-2011 Magnolia International Ltd.. All Rights Reserved.