public abstract class AbstractContentDiffAdapter extends Object implements ContentDiffAdapter
| Constructor and Description |
|---|
AbstractContentDiffAdapter() |
| Modifier and Type | Method and Description |
|---|---|
List<Blob> |
getFileContentDiffBlobs(DocumentModel otherDoc,
ContentDiffConversionType conversionType,
Locale locale) |
List<Blob> |
getFileContentDiffBlobs(DocumentModel otherDoc,
String xpath,
ContentDiffConversionType conversionType,
Locale locale) |
String |
getFileContentDiffURL(DocumentModel otherDoc,
ContentDiffConversionType conversionType,
String locale) |
String |
getFileContentDiffURL(DocumentModel otherDoc,
String xpath,
ContentDiffConversionType conversionType,
String locale) |
void |
setAdaptedDocument(DocumentModel doc) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcachable, cleanuppublic String getFileContentDiffURL(DocumentModel otherDoc, ContentDiffConversionType conversionType, String locale)
getFileContentDiffURL in interface ContentDiffAdapterpublic String getFileContentDiffURL(DocumentModel otherDoc, String xpath, ContentDiffConversionType conversionType, String locale)
getFileContentDiffURL in interface ContentDiffAdapterpublic List<Blob> getFileContentDiffBlobs(DocumentModel otherDoc, ContentDiffConversionType conversionType, Locale locale) throws ContentDiffException, ConversionException
getFileContentDiffBlobs in interface ContentDiffAdapterContentDiffExceptionConversionExceptionpublic List<Blob> getFileContentDiffBlobs(DocumentModel otherDoc, String xpath, ContentDiffConversionType conversionType, Locale locale) throws ContentDiffException, ConversionException
getFileContentDiffBlobs in interface ContentDiffAdapterContentDiffExceptionConversionExceptionpublic void setAdaptedDocument(DocumentModel doc)
setAdaptedDocument in interface ContentDiffAdapterCopyright © 2014 Nuxeo SA. All rights reserved.