Package org.nuxeo.ecm.core.versioning
Class VersioningDocumentAdapterFactory
- java.lang.Object
-
- org.nuxeo.ecm.core.versioning.VersioningDocumentAdapterFactory
-
- All Implemented Interfaces:
DocumentAdapterFactory
public class VersioningDocumentAdapterFactory extends Object implements DocumentAdapterFactory
Adapter class factory for Versioning Document interface.
-
-
Constructor Summary
Constructors Constructor Description VersioningDocumentAdapterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getAdapter(DocumentModel doc, Class<?> itf)
-
-
-
Method Detail
-
getAdapter
public Object getAdapter(DocumentModel doc, Class<?> itf)
- Specified by:
getAdapter
in interfaceDocumentAdapterFactory
-
-