Class DocRefListToDocModelList
- java.lang.Object
- 
- org.nuxeo.ecm.automation.core.impl.adapters.DocRefListToDocModelList
 
- 
- All Implemented Interfaces:
- TypeAdapter
 
 public class DocRefListToDocModelList extends Object implements TypeAdapter - Author:
- Bogdan Stefanescu
 
- 
- 
Constructor SummaryConstructors Constructor Description DocRefListToDocModelList()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetAdaptedValue(OperationContext ctx, Object objectToAdapt)Adapt the given object to an instance of the given target type.
 
- 
- 
- 
Constructor Detail- 
DocRefListToDocModelListpublic DocRefListToDocModelList() 
 
- 
 - 
Method Detail- 
getAdaptedValuepublic Object getAdaptedValue(OperationContext ctx, Object objectToAdapt) throws TypeAdaptException Description copied from interface:TypeAdapterAdapt the given object to an instance of the given target type. The input object cannot be null. Throws an exception if the object cannot be adapted.- Specified by:
- getAdaptedValuein interface- TypeAdapter
- Throws:
- TypeAdaptException- when the object cannot be adapted
 
 
- 
 
-