|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MergeResult | |
|---|---|
| com.atlassian.confluence.pages | |
| com.atlassian.confluence.plugins.merge | |
| com.atlassian.confluence.util.diffs | |
| Uses of MergeResult in com.atlassian.confluence.pages |
|---|
| Methods in com.atlassian.confluence.pages that return MergeResult | |
|---|---|
MergeResult |
DraftManager.mergeContent(Draft draft)
Attempts the merge the changes done by this draft with the latest version of the content. |
MergeResult |
DefaultDraftManager.mergeContent(Draft draft)
Merges the draft with the original version compared to the latest version of the page. |
| Uses of MergeResult in com.atlassian.confluence.plugins.merge |
|---|
| Methods in com.atlassian.confluence.plugins.merge that return MergeResult | |
|---|---|
MergeResult |
TDMMerger.mergeContent(String base,
String left,
String right)
|
| Uses of MergeResult in com.atlassian.confluence.util.diffs |
|---|
| Classes in com.atlassian.confluence.util.diffs that implement MergeResult | |
|---|---|
class |
SimpleMergeResult
|
| Fields in com.atlassian.confluence.util.diffs declared as MergeResult | |
|---|---|
static MergeResult |
SimpleMergeResult.FAIL_MERGE_RESULT
|
| Methods in com.atlassian.confluence.util.diffs that return MergeResult | |
|---|---|
MergeResult |
PageLayoutAwareMerger.mergeContent(String base,
String left,
String right)
|
MergeResult |
Merger.mergeContent(String base,
String left,
String right)
Merge the content provided. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||