info.magnolia.cms.core.search
Interface QueryResult

All Known Implementing Classes:
QueryResultImpl

Deprecated. Since 4.5.4 we are using JCR query API.

public interface QueryResult

Equivalent to QueryResult but working with Content objects.


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

Method Detail

getContent

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


getContent

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



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