Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.ecm.webengine.model.AdapterResource

Packages that use AdapterResource
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   
org.nuxeo.ecm.webengine.model.impl   
org.nuxeo.webengine.blogs   
org.nuxeo.webengine.blogs.adapters   
org.nuxeo.webengine.sites   
org.nuxeo.webengine.sites.webcomments   
 

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

Classes in org.nuxeo.ecm.core.rest that implement AdapterResource
 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 AdapterResource in org.nuxeo.ecm.core.rest.security
 

Classes in org.nuxeo.ecm.core.rest.security that implement AdapterResource
 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 AdapterResource in org.nuxeo.ecm.opensocial.mydocs.rest
 

Classes in org.nuxeo.ecm.opensocial.mydocs.rest that implement AdapterResource
 class PictureAdapter
           
 

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

Classes in org.nuxeo.ecm.webengine.base that implement AdapterResource
 class ViewService
           
 

Uses of AdapterResource in org.nuxeo.ecm.webengine.model
 

Methods in org.nuxeo.ecm.webengine.model that return AdapterResource
 AdapterResource Resource.getActiveAdapter()
          Returns the active Adapter on this object if any in the current request.
 AdapterResource WebContext.getTargetAdapter()
           
 AdapterResource WebContext.newAdapter(Resource ctx, java.lang.String adapterName, java.lang.Object... args)
           
 AdapterResource Resource.newAdapter(java.lang.String type, java.lang.Object... args)
           
 

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

Classes in org.nuxeo.ecm.webengine.model.impl that implement AdapterResource
 class DefaultAdapter
           
 

Methods in org.nuxeo.ecm.webengine.model.impl that return AdapterResource
 AdapterResource DefaultObject.disptachAdapter(java.lang.String adapterName)
           
 AdapterResource DefaultAdapter.disptachAdapter(java.lang.String adapterName)
          TODO: is this wanted?
 AdapterResource AbstractResource.getActiveAdapter()
           
 AdapterResource AbstractWebContext.getTargetAdapter()
           
 AdapterResource AbstractWebContext.newAdapter(Resource ctx, java.lang.String serviceName, java.lang.Object... args)
           
 AdapterResource AbstractResource.newAdapter(java.lang.String type, java.lang.Object... args)
           
 

Uses of AdapterResource in org.nuxeo.webengine.blogs
 

Classes in org.nuxeo.webengine.blogs that implement AdapterResource
 class BlogRssAdapter
          Adapter used as a rss feed.
 

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

Classes in org.nuxeo.webengine.blogs.adapters that implement AdapterResource
 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 AdapterResource in org.nuxeo.webengine.sites
 

Classes in org.nuxeo.webengine.sites that implement AdapterResource
 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 AdapterResource in org.nuxeo.webengine.sites.webcomments
 

Classes in org.nuxeo.webengine.sites.webcomments that implement AdapterResource
 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.