Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.webengine.model.WebAdapter

Packages that use WebAdapter
org.nuxeo.ecm.core.rest   
org.nuxeo.ecm.core.rest.security   
org.nuxeo.ecm.opensocial.mydocs.rest   
org.nuxeo.ecm.webengine.base   
org.nuxeo.ecm.webengine.model.impl   
org.nuxeo.webengine.blogs   
org.nuxeo.webengine.blogs.adapters   
org.nuxeo.webengine.blogs.webcomments   
org.nuxeo.webengine.sites   
org.nuxeo.webengine.sites.webcomments   
 

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

Classes in org.nuxeo.ecm.core.rest with annotations of type WebAdapter
 class AuditService
          Audit Service - manage document versions TODO not yet implemented Accepts the following methods: GET - get audit records
 class CommentService
          Comment Service - manages document comments.
 class DocumentResolverService
          Resolves a document URL given its ID Accepts the following methods: GET - get the document index view
 class FileService
          File Service - manages attachments to a document.
 class LockService
          Lock Service - manages locks on documents.
 class VersionService
          Version Service - manage document versions TODO not yet implemented Accepts the following methods: GET - get the last document version DELETE - delete a version POST - create a new version
 

Uses of WebAdapter in org.nuxeo.ecm.core.rest.security
 

Classes in org.nuxeo.ecm.core.rest.security with annotations of type WebAdapter
 class PermissionService
          Version Service - manage document versions TODO not yet implemented Accepts the following methods: GET - get the last document version DELETE - delete a version POST - create a new version
 

Uses of WebAdapter in org.nuxeo.ecm.opensocial.mydocs.rest
 

Classes in org.nuxeo.ecm.opensocial.mydocs.rest with annotations of type WebAdapter
 class PictureAdapter
           
 

Uses of WebAdapter in org.nuxeo.ecm.webengine.base
 

Classes in org.nuxeo.ecm.webengine.base with annotations of type WebAdapter
 class ViewService
           
 

Uses of WebAdapter in org.nuxeo.ecm.webengine.model.impl
 

Methods in org.nuxeo.ecm.webengine.model.impl with parameters of type WebAdapter
static AdapterDescriptor AdapterDescriptor.fromAnnotation(ClassProxy clazz, WebAdapter type)
           
 

Uses of WebAdapter in org.nuxeo.webengine.blogs
 

Classes in org.nuxeo.webengine.blogs with annotations of type WebAdapter
 class BlogPerspectiveAdapter
          Adapter used to change theme perspectives.
 class BlogRssAdapter
          Adapter used as a rss feed.
 

Uses of WebAdapter in org.nuxeo.webengine.blogs.adapters
 

Classes in org.nuxeo.webengine.blogs.adapters with annotations of type WebAdapter
 class BlogCommentService
          Blog Comment Service - extension of base's WebCommentService with specifics of sites module.
 class BlogPerspectiveAdapter
          Adapter used to change theme perspectives.
 class BlogTagAdapter
          Adapter used to display all documents for a certain tag.
 

Uses of WebAdapter in org.nuxeo.webengine.blogs.webcomments
 

Classes in org.nuxeo.webengine.blogs.webcomments with annotations of type WebAdapter
 class BlogCommentService
          Blog Comment Service - extension of base's WebCommentService with specifics of sites module.
 

Uses of WebAdapter in org.nuxeo.webengine.sites
 

Classes in org.nuxeo.webengine.sites with annotations of type WebAdapter
 class JsonAdapter
          Adapter service for the tree in sites module.
 class PerspectiveAdapter
          Adapter used to change theme perspectives.
 class RssAdapter
          Adapter used as a RSS feed.
 class TagAdapter
          Adapter used to display all documents for a certain tag.
 

Uses of WebAdapter in org.nuxeo.webengine.sites.webcomments
 

Classes in org.nuxeo.webengine.sites.webcomments with annotations of type WebAdapter
 class WebCommentService
          Web Comment Service - extension of base's Comment Service with specifics of sites module.
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.