Nuxeo Enterprise Platform 5.4

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

All Superinterfaces:
java.util.Map<java.lang.String,java.io.Serializable>
All Known Implementing Classes:
DocumentModelResultItem, ResultItemImpl

public interface ResultItem
extends java.util.Map<java.lang.String,java.io.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
java.util.Map.Entry<K,V>
 
Method Summary
 java.lang.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

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

Returns:
the name of the result item.

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.