Package | Description |
---|---|
org.nuxeo.ecm.automation | |
org.nuxeo.ecm.automation.core | |
org.nuxeo.ecm.automation.core.impl | |
org.nuxeo.ecm.automation.core.impl.adapters |
Modifier and Type | Method and Description |
---|---|
TypeAdapter |
AutomationService.getTypeAdapter(Class<?> accept,
Class<?> produce)
Gets a type adapter for the input type accept and the output type produce.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
Class<? extends TypeAdapter> |
TypeAdapterContribution.clazz
Adapter implementation class
|
Modifier and Type | Method and Description |
---|---|
TypeAdapter |
OperationServiceImpl.getTypeAdapter(Class<?> accept,
Class<?> produce) |
Modifier and Type | Method and Description |
---|---|
void |
OperationServiceImpl.putTypeAdapter(Class<?> accept,
Class<?> produce,
TypeAdapter adapter) |
Modifier and Type | Class and Description |
---|---|
class |
ArrayListToStringList |
class |
ArrayNodeToList
Make it possible to directly JSON tree nodes parsed by the REST API (e.g.
|
class |
ArrayStringToDocModelList |
class |
ArrayStringToList |
class |
CalendarToDate |
class |
DocModelListToDocRefList |
class |
DocModelToDocModelList |
class |
DocModelToDocRef |
class |
DocModelToDocRefList |
class |
DocRefListToDocModelList |
class |
DocRefToDocModel |
class |
DocRefToDocModelList |
class |
DocRefToDocRefList |
class |
IntegerToLong |
class |
JsonNodeToProperties |
class |
LongToInteger |
class |
ObjectNodeToMap
Make it possible to directly JSON tree nodes parsed by the REST API (e.g.
|
class |
StringToBoolean |
class |
StringToCalendar |
class |
StringToDate |
class |
StringToDocModel |
class |
StringToDocRef |
class |
StringToInteger |
class |
StringToList |
class |
StringToLong |
class |
StringToProperties |
class |
StringToURL |
Copyright © 2015 Nuxeo SA. All rights reserved.