Uses of Class
org.xwiki.store.merge.MergeDocumentResult.DocumentPart
-
Packages that use MergeDocumentResult.DocumentPart Package Description org.xwiki.store.merge -
-
Uses of MergeDocumentResult.DocumentPart in org.xwiki.store.merge
Methods in org.xwiki.store.merge that return MergeDocumentResult.DocumentPart Modifier and Type Method Description static MergeDocumentResult.DocumentPart
MergeDocumentResult.DocumentPart. valueOf(String name)
Returns the enum constant of this type with the specified name.static MergeDocumentResult.DocumentPart[]
MergeDocumentResult.DocumentPart. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xwiki.store.merge with parameters of type MergeDocumentResult.DocumentPart Modifier and Type Method Description List<org.xwiki.diff.Conflict<?>>
MergeDocumentResult. getConflicts(MergeDocumentResult.DocumentPart documentPart)
Retrieve the conclicts that occurred during merging a specific part of the document.MergeManagerResult
MergeDocumentResult. getMergeResult(MergeDocumentResult.DocumentPart documentPart)
void
MergeDocumentResult. putMergeResult(MergeDocumentResult.DocumentPart documentPart, MergeManagerResult mergeManagerResult)
Stores the result of merging a part of the document.
-