public class DocumentModelResultItem extends HashMap<String,Serializable> implements ResultItem
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description |
|---|---|
DocumentModel |
doc |
| Constructor and Description |
|---|
DocumentModelResultItem(DocumentModel doc) |
| Modifier and Type | Method and Description |
|---|---|
DocumentModel |
getDocumentModel() |
String |
getName()
Return the name of the result item.
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic final DocumentModel doc
public DocumentModelResultItem(DocumentModel doc)
public String getName()
ResultItemgetName in interface ResultItempublic DocumentModel getDocumentModel()
Copyright © 2018 Nuxeo. All rights reserved.