Nuxeo ECM Projects 5.4.3-SNAPSHOT

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(Class<?> accept, 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(Class<?> accept, 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
 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(Class<?> accept, Class<?> produce)
           
 

Methods in org.nuxeo.ecm.automation.core.impl with parameters of type TypeAdapter
 void OperationServiceImpl.putTypeAdapter(Class<?> accept, 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 JsonNodeToProperties
           
 class StringToBoolean
           
 class StringToDate
           
 class StringToDocModel
           
 class StringToDocRef
           
 class StringToInteger
           
 class StringToList
           
 class StringToProperties
           
 class StringToURL
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.