| Package | Description |
|---|---|
| org.nuxeo.ecm.diff.content | |
| 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) |
String |
ContentDiffAdapter.getFileContentDiffURL(org.nuxeo.ecm.core.api.DocumentModel otherDoc,
ContentDiffConversionType conversionType,
String locale) |
String |
ContentDiffAdapter.getFileContentDiffURL(org.nuxeo.ecm.core.api.DocumentModel otherDoc,
String xpath,
ContentDiffConversionType conversionType,
String locale) |
| Modifier and Type | Method and Description |
|---|---|
static ContentDiffConversionType |
ContentDiffConversionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentDiffConversionType[] |
ContentDiffConversionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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,
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) |
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> |
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) |
String |
AbstractContentDiffAdapter.getFileContentDiffURL(org.nuxeo.ecm.core.api.DocumentModel otherDoc,
ContentDiffConversionType conversionType,
String locale) |
String |
AbstractContentDiffAdapter.getFileContentDiffURL(org.nuxeo.ecm.core.api.DocumentModel otherDoc,
String xpath,
ContentDiffConversionType conversionType,
String locale) |
Copyright © 2019 Nuxeo SA. All rights reserved.