Interface WikiPageRenameContentProcessor

All Known Implementing Classes:
BaseWikiPageRenameContentProcessor

public interface WikiPageRenameContentProcessor
  • Method Summary

    Modifier and Type
    Method
    Description
    processContent(long nodeId, String originalTitle, String newTitle, String originalContent)
     
  • Method Details