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
 Collection<Content> getContent()
          Gets a collection of Content objects for mgnl:content NodeType.
 Collection<Content> getContent(String nodeType)
          Gets a collection of Content objects for specified NodeType.
 

Method Detail

getContent

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


getContent

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



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