| Package | Description |
|---|---|
| org.nuxeo.ecm.diff.content | |
| org.nuxeo.ecm.diff.content.adapter | |
| org.nuxeo.ecm.diff.content.adapter.base |
| Modifier and Type | Method and Description |
|---|---|
List<org.nuxeo.ecm.core.api.Blob> |
ContentDiffAdapter.getFileContentDiffBlobs(org.nuxeo.ecm.core.api.DocumentModel otherDoc,
ContentDiffConversionType conversionType,
Locale locale) |
List<org.nuxeo.ecm.core.api.Blob> |
ContentDiffAdapter.getFileContentDiffBlobs(org.nuxeo.ecm.core.api.DocumentModel otherDoc,
String xpath,
ContentDiffConversionType conversionType,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
List<org.nuxeo.ecm.core.api.Blob> |
MimeTypeContentDiffer.getContentDiff(org.nuxeo.ecm.core.api.Blob leftBlob,
org.nuxeo.ecm.core.api.Blob rightBlob,
Locale locale) |
List<org.nuxeo.ecm.core.api.Blob> |
HtmlContentDiffer.getContentDiff(org.nuxeo.ecm.core.api.Blob leftBlob,
org.nuxeo.ecm.core.api.Blob rightBlob,
Locale locale) |
HtmlContentDiffer |
ContentDiffAdapterManagerComponent.getHtmlContentDiffer() |
HtmlContentDiffer |
ContentDiffAdapterManager.getHtmlContentDiffer() |
| Modifier and Type | Method and Description |
|---|---|
protected ContentDiffAdapterManager |
AbstractContentDiffAdapter.getContentDiffAdapterManager()
Gets the content diff adapter manager.
|
protected abstract List<org.nuxeo.ecm.core.api.Blob> |
AbstractContentDiffAdapter.getContentDiffBlobs(org.nuxeo.ecm.core.api.DocumentModel otherDoc,
ContentDiffConversionType conversionType,
Locale locale) |
List<org.nuxeo.ecm.core.api.Blob> |
ConverterBasedContentDiffAdapter.getContentDiffBlobs(org.nuxeo.ecm.core.api.DocumentModel otherDoc,
ContentDiffConversionType conversionType,
Locale locale) |
protected abstract List<org.nuxeo.ecm.core.api.Blob> |
AbstractContentDiffAdapter.getContentDiffBlobs(org.nuxeo.ecm.core.api.DocumentModel otherDoc,
String xpath,
ContentDiffConversionType conversionType,
Locale locale) |
List<org.nuxeo.ecm.core.api.Blob> |
ConverterBasedContentDiffAdapter.getContentDiffBlobs(org.nuxeo.ecm.core.api.DocumentModel otherDoc,
String xpath,
ContentDiffConversionType conversionType,
Locale locale) |
List<org.nuxeo.ecm.core.api.Blob> |
AbstractContentDiffAdapter.getFileContentDiffBlobs(org.nuxeo.ecm.core.api.DocumentModel otherDoc,
ContentDiffConversionType conversionType,
Locale locale) |
List<org.nuxeo.ecm.core.api.Blob> |
AbstractContentDiffAdapter.getFileContentDiffBlobs(org.nuxeo.ecm.core.api.DocumentModel otherDoc,
String xpath,
ContentDiffConversionType conversionType,
Locale locale) |
protected org.nuxeo.ecm.core.api.impl.blob.StringBlob |
ConverterBasedContentDiffAdapter.getHtmlStringBlob(org.nuxeo.ecm.core.api.Blob blob) |
Copyright © 2020 Nuxeo SA. All rights reserved.