public class CmsAttributeDiff extends A_CmsAttributeDiff
A_CmsAttributeDiff.IsAttributeDifference| Constructor and Description |
|---|
CmsAttributeDiff() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCaption()
Gets the caption.
|
java.util.List<CmsAttributeComparison> |
getDifferences(CmsObject cms,
CmsHistoryResourceBean v1,
CmsHistoryResourceBean v2)
Gets the attribute comparison beans representing the differences.
|
diff, filterDifferent, getVersionString, readResourcepublic CmsAttributeDiff()
public java.lang.String getCaption()
A_CmsAttributeDiffgetCaption in class A_CmsAttributeDiffA_CmsAttributeDiff.getCaption()public java.util.List<CmsAttributeComparison> getDifferences(CmsObject cms, CmsHistoryResourceBean v1, CmsHistoryResourceBean v2) throws CmsException
A_CmsAttributeDiffgetDifferences in class A_CmsAttributeDiffcms - the CMS contextv1 - history bean representing the first versionv2 - history bean representing the second versionCmsException - if something goes wrongA_CmsAttributeDiff.getDifferences(org.opencms.file.CmsObject, org.opencms.gwt.shared.CmsHistoryResourceBean, org.opencms.gwt.shared.CmsHistoryResourceBean)