Uses of Class
org.exoplatform.wiki.service.diff.DiffResult

Packages that use DiffResult
org.exoplatform.wiki.mow.api   
org.exoplatform.wiki.mow.core.api.wiki   
org.exoplatform.wiki.service.diff Provides classes which are used for comparing and making a list of differences and results between content. 
 

Uses of DiffResult in org.exoplatform.wiki.mow.api
 

Methods in org.exoplatform.wiki.mow.api that return DiffResult
 DiffResult DraftPage.getChanges()
           
 

Uses of DiffResult in org.exoplatform.wiki.mow.core.api.wiki
 

Methods in org.exoplatform.wiki.mow.core.api.wiki that return DiffResult
 DiffResult DraftPageImpl.getChanges()
           
 

Uses of DiffResult in org.exoplatform.wiki.service.diff
 

Methods in org.exoplatform.wiki.service.diff that return DiffResult
 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.
 



Copyright © 2003–2014 eXo Platform SAS. All rights reserved.