All Methods Instance Methods Abstract Methods Concrete Methods
Modifier and Type |
Method and Description |
protected ContentDiffAdapterManager |
getContentDiffAdapterManager()
Gets the content diff adapter manager.
|
protected abstract List<Blob> |
getContentDiffBlobs(DocumentModel otherDoc,
ContentDiffConversionType conversionType,
Locale locale) |
protected abstract List<Blob> |
getContentDiffBlobs(DocumentModel otherDoc,
String xpath,
ContentDiffConversionType conversionType,
Locale locale) |
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) |