Class RedactAllTool

java.lang.Object
com.levigo.jadice.web.client.tool.Tool
com.levigo.jadice.web.client.tools.RedactAllTool
All Implemented Interfaces:
com.levigo.jadice.web.client.search.internal.GeneralSearch, MenuContributor

public class RedactAllTool extends Tool implements com.levigo.jadice.web.client.search.internal.GeneralSearch
  • Constructor Details

    • RedactAllTool

      public RedactAllTool()
  • Method Details

    • onSearchAbort

      public void onSearchAbort(Throwable caught)
      Specified by:
      onSearchAbort in interface com.levigo.jadice.web.client.search.internal.GeneralSearch
    • onSearchResult

      public void onSearchResult(com.levigo.jadice.web.shared.service.internal.textsearch.TextSearchAnswer result, int searchIndex, Document document)
      Specified by:
      onSearchResult in interface com.levigo.jadice.web.client.search.internal.GeneralSearch
    • onSearchFinish

      public void onSearchFinish(com.levigo.jadice.web.shared.service.internal.textsearch.TextSearchAnswer result)
      Specified by:
      onSearchFinish in interface com.levigo.jadice.web.client.search.internal.GeneralSearch
    • contribute

      public void contribute(ContributionContext context, MenuBuilder menuBuilder)
      Description copied from interface: MenuContributor
      This method is called in order to give the menu contributor a chance to contribute context menu entries via the supplied MenuBuilder.
      Specified by:
      contribute in interface MenuContributor
      Overrides:
      contribute in class Tool
      Parameters:
      context - the ContributionContext which provides contribution context informations
      menuBuilder - the MenuBuilder to which the tool may contribute entries.
    • setProfileId

      public void setProfileId(String profileId)
    • setAnnotationType

      public void setAnnotationType(String annotationType)