Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.search.api.client.search.results
Interface ResultItem

All Superinterfaces:
Map<String,Serializable>
All Known Implementing Classes:
DocumentModelResultItem

public interface ResultItem
extends Map<String,Serializable>

Result item.

Result items are stored on ResultSet instances.

Author:
Julien Anguenot

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 String getName()
          Return the name of the result item.
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

getName

String getName()
Return the name of the result item.

Returns:
the name of the result item.

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.