| Package | Description |
|---|---|
| org.nuxeo.ecm.diff.model | |
| org.nuxeo.ecm.diff.model.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContentDiffDisplay
Content diff display interface.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Map<String,PropertyDiffDisplay>> |
DiffDisplayBlock.getContentDiffValue() |
Map<String,Map<String,PropertyDiffDisplay>> |
DiffDisplayBlock.getLeftValue() |
Map<String,Map<String,PropertyDiffDisplay>> |
DiffDisplayBlock.getRightValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
DiffDisplayBlock.setContentDiffValue(Map<String,Map<String,PropertyDiffDisplay>> contentDiffValue) |
void |
DiffDisplayBlock.setLeftValue(Map<String,Map<String,PropertyDiffDisplay>> leftValue) |
void |
DiffDisplayBlock.setRightValue(Map<String,Map<String,PropertyDiffDisplay>> rightValue) |
| Modifier and Type | Class and Description |
|---|---|
class |
ContentDiffDisplayImpl
Default implementation of
ContentDiffDisplay. |
class |
PropertyDiffDisplayImpl
Default implementation of
PropertyDiffDisplay. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Map<String,PropertyDiffDisplay>> |
DiffDisplayBlockImpl.getContentDiffValue() |
Map<String,Map<String,PropertyDiffDisplay>> |
DiffDisplayBlockImpl.getLeftValue() |
Map<String,Map<String,PropertyDiffDisplay>> |
DiffDisplayBlockImpl.getRightValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
DiffDisplayBlockImpl.setContentDiffValue(Map<String,Map<String,PropertyDiffDisplay>> contentDiffValue) |
void |
DiffDisplayBlockImpl.setLeftValue(Map<String,Map<String,PropertyDiffDisplay>> leftValue) |
void |
DiffDisplayBlockImpl.setRightValue(Map<String,Map<String,PropertyDiffDisplay>> rightValue) |
| Constructor and Description |
|---|
DiffDisplayBlockImpl(String label,
Map<String,Map<String,PropertyDiffDisplay>> leftValue,
Map<String,Map<String,PropertyDiffDisplay>> rightValue,
Map<String,Map<String,PropertyDiffDisplay>> contentDiffValue,
LayoutDefinition layoutDefinition) |
DiffDisplayBlockImpl(String label,
Map<String,Map<String,PropertyDiffDisplay>> leftValue,
Map<String,Map<String,PropertyDiffDisplay>> rightValue,
Map<String,Map<String,PropertyDiffDisplay>> contentDiffValue,
LayoutDefinition layoutDefinition) |
DiffDisplayBlockImpl(String label,
Map<String,Map<String,PropertyDiffDisplay>> leftValue,
Map<String,Map<String,PropertyDiffDisplay>> rightValue,
Map<String,Map<String,PropertyDiffDisplay>> contentDiffValue,
LayoutDefinition layoutDefinition) |
Copyright © 2014 Nuxeo SA. All rights reserved.