Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.ecm.automation.TypeAdapter

Packages that use TypeAdapter
org.nuxeo.ecm.automation   
org.nuxeo.ecm.automation.core   
org.nuxeo.ecm.automation.core.impl   
org.nuxeo.ecm.automation.core.impl.adapters   
 

Uses of TypeAdapter in org.nuxeo.ecm.automation
 

Methods in org.nuxeo.ecm.automation that return TypeAdapter
 TypeAdapter AutomationService.getTypeAdapter(java.lang.Class<?> accept, java.lang.Class<?> produce)
          Gets a type adapter for the input type accept and the output type produce.
 

Methods in org.nuxeo.ecm.automation with parameters of type TypeAdapter
 void AutomationService.putTypeAdapter(java.lang.Class<?> accept, java.lang.Class<?> produce, TypeAdapter adapter)
          Registers a new type adapter that can adapt an instance of the accepted type into one of the produced type.
 

Uses of TypeAdapter in org.nuxeo.ecm.automation.core
 

Fields in org.nuxeo.ecm.automation.core with type parameters of type TypeAdapter
 java.lang.Class<? extends TypeAdapter> TypeAdapterContribution.clazz
          Adapter implementation class
 

Uses of TypeAdapter in org.nuxeo.ecm.automation.core.impl
 

Methods in org.nuxeo.ecm.automation.core.impl that return TypeAdapter
 TypeAdapter OperationServiceImpl.getTypeAdapter(java.lang.Class<?> accept, java.lang.Class<?> produce)
           
 

Methods in org.nuxeo.ecm.automation.core.impl with parameters of type TypeAdapter
 void OperationServiceImpl.putTypeAdapter(java.lang.Class<?> accept, java.lang.Class<?> produce, TypeAdapter adapter)
           
 

Uses of TypeAdapter in org.nuxeo.ecm.automation.core.impl.adapters
 

Classes in org.nuxeo.ecm.automation.core.impl.adapters that implement TypeAdapter
 class CalendarToDate
           
 class DocModelListToDocRefList
           
 class DocModelToDocModelList
           
 class DocModelToDocRef
           
 class DocModelToDocRefList
           
 class DocRefListToDocModelList
           
 class DocRefToDocModel
           
 class DocRefToDocModelList
           
 class DocRefToDocRefList
           
 class StringToDate
           
 class StringToDocModel
           
 class StringToDocRef
           
 class StringToList
           
 class StringToProperties
           
 class StringToURL
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.