Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.search.api.client.search.results.impl
Class DocumentModelResultItem

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,Serializable>
          extended by org.nuxeo.ecm.core.search.api.client.search.results.impl.DocumentModelResultItem
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Serializable>, ResultItem

public class DocumentModelResultItem
extends HashMap<String,Serializable>
implements ResultItem

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Field Summary
 DocumentModel doc
           
 
Constructor Summary
DocumentModelResultItem(DocumentModel doc)
           
 
Method Summary
 DocumentModel getDocumentModel()
           
 String getName()
          Return the name of the result item.
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Field Detail

doc

public final DocumentModel doc
Constructor Detail

DocumentModelResultItem

public DocumentModelResultItem(DocumentModel doc)
Method Detail

getName

public String getName()
Description copied from interface: ResultItem
Return the name of the result item.

Specified by:
getName in interface ResultItem
Returns:
the name of the result item.

getDocumentModel

public DocumentModel getDocumentModel()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.