| Package | Description |
|---|---|
| org.nuxeo.ecm.diff.model.impl |
| Modifier and Type | Method and Description |
|---|---|
ContentProperty |
ContentPropertyDiff.getLeftContent() |
ContentProperty |
ContentPropertyDiff.getRightContent() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentPropertyDiff.setLeftContent(ContentProperty leftContent) |
void |
ContentPropertyDiff.setRightContent(ContentProperty rightContent) |
| Constructor and Description |
|---|
ContentPropertyDiff(ContentProperty leftContent,
ContentProperty rightContent)
Instantiates a new content property diff with the
PropertyType.CONTENT property type, the
DifferenceType.different difference type, a left content and
right content. |
ContentPropertyDiff(DifferenceType differenceType,
ContentProperty leftContent,
ContentProperty rightContent)
Instantiates a new content property diff with the
PropertyType.CONTENT property type, a difference type, a left
content and right content. |
ContentPropertyDiff(String propertyType,
DifferenceType differenceType,
ContentProperty leftContent,
ContentProperty rightContent)
Instantiates a new content property diff with a property type, difference
type, left content and right content.
|
Copyright © 2014 Nuxeo SA. All rights reserved.