Package | Description |
---|---|
org.nuxeo.ecm.diff.model | |
org.nuxeo.ecm.diff.model.impl | |
org.nuxeo.ecm.diff.web |
Modifier and Type | Field and Description |
---|---|
protected DifferenceType |
PropertyDiff.differenceType |
Modifier and Type | Method and Description |
---|---|
DifferenceType |
PropertyDiffDisplay.getDifferenceType() |
DifferenceType |
PropertyDiff.getDifferenceType() |
static DifferenceType |
DifferenceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DifferenceType[] |
DifferenceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyDiff.setDifferenceType(DifferenceType differenceType) |
Modifier and Type | Field and Description |
---|---|
protected DifferenceType |
PropertyDiffDisplayImpl.differenceType |
Modifier and Type | Method and Description |
---|---|
DifferenceType |
PropertyDiffDisplayImpl.getDifferenceType() |
Modifier and Type | Method and Description |
---|---|
void |
PropertyDiffDisplayImpl.setDifferenceType(DifferenceType differenceType) |
Constructor and Description |
---|
ContentDiffDisplayImpl(Serializable value,
DifferenceType differenceType) |
ContentDiffDisplayImpl(Serializable value,
DifferenceType differenceType,
boolean displayHtmlConversion,
boolean displayTextConversion) |
ContentPropertyDiff(DifferenceType differenceType)
Instantiates a new content property diff with a difference type.
|
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.
|
PropertyDiffDisplayImpl(Serializable value,
DifferenceType differenceType) |
PropertyDiffDisplayImpl(Serializable value,
DifferenceType differenceType,
String styleClass) |
SimplePropertyDiff(String propertyType,
DifferenceType differenceType,
String leftValue,
String rightValue)
Instantiates a new simple property diff with a property type, difference type, left value and right value.
|
Modifier and Type | Method and Description |
---|---|
String |
DiffActionsBean.getContentDiffDifferenceTypeMsgKey(DifferenceType differenceType)
Gets the content diff difference type message key.
|
boolean |
DiffActionsBean.isDifferentFilename(DifferenceType differenceType)
Checks if is different filename.
|
Copyright © 2015 Nuxeo SA. All rights reserved.