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, values
equals, hashCode, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
public final DocumentModel doc
public DocumentModelResultItem(DocumentModel doc)
public String getName()
ResultItem
getName
in interface ResultItem
public DocumentModel getDocumentModel()
Copyright © 2018 Nuxeo. All rights reserved.