Class and Description |
---|
com.xpn.xwiki.doc.merge.MergeResult
Since 11.8RC1, prefer using
MergeManagerResult . |
Method and Description |
---|
com.xpn.xwiki.doc.merge.MergeResult.error(Exception)
since 4.1RC1 use
MergeResult.getLog() instead |
com.xpn.xwiki.doc.merge.MergeResult.getErrors()
since 4.1RC1 use
MergeResult.getLog() instead |
com.xpn.xwiki.doc.merge.MergeResult.getWarnings()
since 4.1RC1 use
MergeResult.getLog() instead |
com.xpn.xwiki.doc.merge.MergeResult.warn(Exception)
since 4.1RC1 use
MergeResult.getLog() instead |
Copyright © 2004–2022 XWiki. All rights reserved.