Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.runtime.services.adapter.AdapterFactory

Packages that use AdapterFactory
org.nuxeo.runtime.services.adapter   
org.nuxeo.runtime.services.adapter.extension   
 

Uses of AdapterFactory in org.nuxeo.runtime.services.adapter
 

Methods in org.nuxeo.runtime.services.adapter with parameters of type AdapterFactory
 void AdapterManager.registerAdapters(AdapterFactory factory, java.lang.Class adaptable)
          Registers the given adapter factory as extending objects of the given type.
 void AdapterManager.unregisterAdapters(AdapterFactory factory)
          Removes the given adapter factory completely from the list of registered factories.
 void AdapterManager.unregisterAdapters(AdapterFactory factory, java.lang.Class adaptable)
          Removes the given adapter factory from the list of factories registered as extending the given class.
 

Uses of AdapterFactory in org.nuxeo.runtime.services.adapter.extension
 

Methods in org.nuxeo.runtime.services.adapter.extension that return AdapterFactory
 AdapterFactory IAdapterFactoryExt.loadFactory(boolean force)
          Loads the real adapter factory, but only if its associated plug-in is already loaded.
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.