Nuxeo ECM Projects 5.4.3-SNAPSHOT

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.webengine.base   
org.nuxeo.ecm.webengine.model   
org.nuxeo.ecm.webengine.model.impl   
org.nuxeo.ecm.webengine.samples   
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
 class CommentService
          Comment Service - manages document comments.
 class DocumentResolverService
          Resolves a document URL given its ID
 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
 

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
 

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, String adapterName, Object... args)
           
 AdapterResource Resource.newAdapter(String type, 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(String adapterName)
           
 AdapterResource DefaultAdapter.disptachAdapter(String adapterName)
          TODO: is this wanted? Adapter of adapters?
 AdapterResource AbstractResource.getActiveAdapter()
           
 AdapterResource AbstractWebContext.getTargetAdapter()
           
 AdapterResource AbstractWebContext.newAdapter(Resource ctx, String serviceName, Object... args)
           
 AdapterResource AbstractResource.newAdapter(String type, Object... args)
           
 

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

Classes in org.nuxeo.ecm.webengine.samples that implement AdapterResource
 class UserBuddiesObject
          UserBuddies object.
 

Uses of AdapterResource in org.nuxeo.webengine.blogs
 

Classes in org.nuxeo.webengine.blogs that implement AdapterResource
 class BlogPerspectiveAdapter
          Adapter used to change theme perspectives.
 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 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 ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.