Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.core.rest.DocumentObject

Packages that use DocumentObject
org.nuxeo.ecm.core.rest   
org.nuxeo.webengine.blogs   
org.nuxeo.webengine.sites   
 

Uses of DocumentObject in org.nuxeo.ecm.core.rest
 

Subclasses of DocumentObject in org.nuxeo.ecm.core.rest
 class DocumentRoot
           
 

Methods in org.nuxeo.ecm.core.rest that return DocumentObject
 DocumentObject DocumentResolverService.doGet(String id)
           
 DocumentObject VersionService.getLastVersion()
           
 DocumentObject VersionService.getVersion(String label)
           
 DocumentObject DocumentObject.newDocument(DocumentModel doc)
           
 DocumentObject DocumentObject.newDocument(DocumentRef ref)
           
 DocumentObject DocumentObject.newDocument(String path)
           
static DocumentObject DocumentFactory.newDocument(WebContext ctx, DocumentModel doc)
           
static DocumentObject DocumentFactory.newDocument(WebContext ctx, DocumentRef ref)
           
static DocumentObject DocumentFactory.newDocument(WebContext ctx, String path)
           
static DocumentObject DocumentFactory.newDocumentRoot(WebContext ctx, DocumentModel doc)
           
static DocumentObject DocumentFactory.newDocumentRoot(WebContext ctx, DocumentRef ref)
           
static DocumentObject DocumentFactory.newDocumentRoot(WebContext ctx, String path)
           
 

Uses of DocumentObject in org.nuxeo.webengine.blogs
 

Subclasses of DocumentObject in org.nuxeo.webengine.blogs
 class BlogPost
          Web object implementation corresponding to BlogPost.
 class BlogSite
          Web object implementation corresponding to BlogSite
 

Uses of DocumentObject in org.nuxeo.webengine.sites
 

Subclasses of DocumentObject in org.nuxeo.webengine.sites
 class AbstractSiteDocumentObject
          The basic web object implementation.
 class Page
          Web object implementation corresponding to WebPage.
 class Site
          Web object implementation corresponding to Site.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.