public interface ContentDiffAdapter
Modifier and Type | Method and Description |
---|---|
boolean |
cachable() |
void |
cleanup() |
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) |
boolean cachable()
String getFileContentDiffURL(DocumentModel otherDoc, ContentDiffConversionType conversionType, String locale)
String getFileContentDiffURL(DocumentModel otherDoc, String xpath, ContentDiffConversionType conversionType, String locale)
List<Blob> getFileContentDiffBlobs(DocumentModel otherDoc, ContentDiffConversionType conversionType, Locale locale) throws ContentDiffException, ConversionException
List<Blob> getFileContentDiffBlobs(DocumentModel otherDoc, String xpath, ContentDiffConversionType conversionType, Locale locale) throws ContentDiffException, ConversionException
void setAdaptedDocument(DocumentModel doc)
void cleanup()
Copyright © 2015 Nuxeo SA. All rights reserved.