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(java.lang.Class<?> adapter)
           
 AdapterFactory<?> AdapterManager.getAdapterFactory(java.lang.Object instance, java.lang.Class<?> adapter)
           
 

Methods in org.nuxeo.runtime.service with parameters of type AdapterFactory
 void AdaptableDescriptor.addAdapterFactory(java.lang.Class<?> adapter, AdapterFactory<?> factory)
           
 void AdapterManager.registerAdapter(AdapterFactory<?> factory)
           
 void AdaptableDescriptor.removeAdapterFactory(java.lang.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 © 2010 Nuxeo SAS. All Rights Reserved.