Package org.nuxeo.ecm.core.rest
Class DocumentRoot
- java.lang.Object
-
- org.nuxeo.ecm.webengine.model.impl.AbstractResource<ResourceTypeImpl>
-
- org.nuxeo.ecm.webengine.model.impl.DefaultObject
-
- org.nuxeo.ecm.core.rest.DocumentObject
-
- org.nuxeo.ecm.core.rest.DocumentRoot
-
public class DocumentRoot extends DocumentObject
- Author:
- Bogdan Stefanescu
-
-
Field Summary
-
Fields inherited from class org.nuxeo.ecm.core.rest.DocumentObject
doc
-
-
Constructor Summary
Constructors Constructor Description DocumentRoot(WebContext ctx, String uri)
DocumentRoot(WebContext ctx, DocumentModel root)
DocumentRoot(WebContext ctx, DocumentRef root)
-
Method Summary
-
Methods inherited from class org.nuxeo.ecm.core.rest.DocumentObject
doDelete, doGet, doHead, doPost, doPut, getAdapter, getCoreSession, getDelete, getDocument, getPut, getTitle, initialize, newDocument, newDocument, newDocument, search, traverse
-
Methods inherited from class org.nuxeo.ecm.webengine.model.impl.DefaultObject
disptachAdapter, isAdapter
-
Methods inherited from class org.nuxeo.ecm.webengine.model.impl.AbstractResource
checkGuard, dispose, getActiveAdapter, getContext, getFacets, getLinks, getModule, getName, getNext, getNextSegment, getPath, getPrevious, getTemplate, getTrailingPath, getType, getURL, getView, hasFacet, initialize, isInstanceOf, isRoot, newAdapter, newObject, redirect, setNext, setPrevious, setRoot, toString
-
-
-
-
Constructor Detail
-
DocumentRoot
public DocumentRoot(WebContext ctx, String uri)
-
DocumentRoot
public DocumentRoot(WebContext ctx, DocumentRef root)
-
DocumentRoot
public DocumentRoot(WebContext ctx, DocumentModel root)
-
-