Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.rest
Class DocumentRoot

java.lang.Object
  extended by org.nuxeo.ecm.webengine.model.impl.AbstractResource<ResourceTypeImpl>
      extended by org.nuxeo.ecm.webengine.model.impl.DefaultObject
          extended by org.nuxeo.ecm.core.rest.DocumentObject
              extended by org.nuxeo.ecm.core.rest.DocumentRoot
All Implemented Interfaces:
Resource, Adaptable

public class DocumentRoot
extends DocumentObject

Author:
Bogdan Stefanescu

Constructor Summary
DocumentRoot(WebContext ctx, DocumentModel root)
           
DocumentRoot(WebContext ctx, DocumentRef root)
           
DocumentRoot(WebContext ctx, String uri)
           
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DocumentRoot

public DocumentRoot(WebContext ctx,
                    String uri)

DocumentRoot

public DocumentRoot(WebContext ctx,
                    DocumentRef root)

DocumentRoot

public DocumentRoot(WebContext ctx,
                    DocumentModel root)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.