public interface ContentDiffAdapter
| Modifier and Type | Method and Description |
|---|---|
boolean |
cachable() |
void |
cleanup() |
List<org.nuxeo.ecm.core.api.Blob> |
getFileContentDiffBlobs(org.nuxeo.ecm.core.api.DocumentModel otherDoc,
ContentDiffConversionType conversionType,
Locale locale) |
List<org.nuxeo.ecm.core.api.Blob> |
getFileContentDiffBlobs(org.nuxeo.ecm.core.api.DocumentModel otherDoc,
String xpath,
ContentDiffConversionType conversionType,
Locale locale) |
String |
getFileContentDiffURL(org.nuxeo.ecm.core.api.DocumentModel otherDoc,
ContentDiffConversionType conversionType,
String locale) |
String |
getFileContentDiffURL(org.nuxeo.ecm.core.api.DocumentModel otherDoc,
String xpath,
ContentDiffConversionType conversionType,
String locale) |
void |
setAdaptedDocument(org.nuxeo.ecm.core.api.DocumentModel doc) |
boolean cachable()
String getFileContentDiffURL(org.nuxeo.ecm.core.api.DocumentModel otherDoc, ContentDiffConversionType conversionType, String locale)
String getFileContentDiffURL(org.nuxeo.ecm.core.api.DocumentModel otherDoc, String xpath, ContentDiffConversionType conversionType, String locale)
List<org.nuxeo.ecm.core.api.Blob> getFileContentDiffBlobs(org.nuxeo.ecm.core.api.DocumentModel otherDoc, ContentDiffConversionType conversionType, Locale locale) throws ContentDiffException, org.nuxeo.ecm.core.convert.api.ConversionException
ContentDiffExceptionorg.nuxeo.ecm.core.convert.api.ConversionExceptionList<org.nuxeo.ecm.core.api.Blob> getFileContentDiffBlobs(org.nuxeo.ecm.core.api.DocumentModel otherDoc, String xpath, ContentDiffConversionType conversionType, Locale locale) throws ContentDiffException, org.nuxeo.ecm.core.convert.api.ConversionException
ContentDiffExceptionorg.nuxeo.ecm.core.convert.api.ConversionExceptionvoid setAdaptedDocument(org.nuxeo.ecm.core.api.DocumentModel doc)
void cleanup()
Copyright © 2019 Nuxeo SA. All rights reserved.