Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.runtime.service.AdapterFactory

Packages that use AdapterFactory
org.nuxeo.runtime.service   
org.nuxeo.runtime.service.sample   
 

Uses of AdapterFactory in org.nuxeo.runtime.service
 

Classes in org.nuxeo.runtime.service that implement AdapterFactory
 class AnnotatedAdapterFactory<O>
           
 

Methods in org.nuxeo.runtime.service that return AdapterFactory
 AdapterFactory<?> AdaptableDescriptor.getAdapterFactory(Class<?> adapter)
           
 AdapterFactory<?> AdapterManager.getAdapterFactory(Object instance, Class<?> adapter)
           
 

Methods in org.nuxeo.runtime.service with parameters of type AdapterFactory
 void AdaptableDescriptor.addAdapterFactory(Class<?> adapter, AdapterFactory<?> factory)
           
 void AdapterManager.registerAdapter(AdapterFactory<?> factory)
           
 void AdaptableDescriptor.removeAdapterFactory(Class<?> adapter, AdapterFactory<?> factory)
           
 

Uses of AdapterFactory in org.nuxeo.runtime.service.sample
 

Classes in org.nuxeo.runtime.service.sample that implement AdapterFactory
 class Service2Adapter
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.