Class DocumentWrapper

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Serializable>
org.nuxeo.ecm.automation.core.scripting.DocumentWrapper
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Serializable>

public class DocumentWrapper extends HashMap<String,Serializable>
Wrap a DocumentModel to expose in a pretty way more information to mvel scripts.
Author:
Bogdan Stefanescu
See Also: