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