| Package | Description |
|---|---|
| org.exoplatform.wiki.mow.api | |
| org.exoplatform.wiki.service |
Handles all actions in Wiki.
|
| org.exoplatform.wiki.service.diff |
Provides classes which are used for comparing and making a list of differences and results
between content.
|
| org.exoplatform.wiki.service.impl |
Implements services of the Wiki application.
|
| Modifier and Type | Method and Description |
|---|---|
DiffResult |
DraftPage.getChanges() |
| Modifier and Type | Method and Description |
|---|---|
void |
DraftPage.setChanges(DiffResult changes) |
| Modifier and Type | Method and Description |
|---|---|
DiffResult |
WikiService.getDraftChanges(DraftPage draftPage)
Gets the changes between the draft page and the target page
|
| Modifier and Type | Method and Description |
|---|---|
DiffResult |
DiffService.getDifferencesAsHTML(String text1,
String text2,
boolean allDoc)
Gets a Delta object containing line differences in the HTML format between text1 and text2.
|
DiffResult |
DiffService.getWordDifferencesAsHTML(String text1,
String text2)
Gets a Delta object containing word differences between text1 and text2.
|
| Modifier and Type | Method and Description |
|---|---|
DiffResult |
WikiServiceImpl.getDraftChanges(DraftPage draftPage) |
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.