Class BasicExportPolicyFilter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String REVISION  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean init​(Plugin plugin)
      Initialize the component with the given plugin configuration
      void processDataExport​(Data data, java.lang.StringBuffer sb, java.util.Map context)
      This method is called for each data to export.
      void processDataSetExport​(java.util.Set<? extends Data> dataSet, java.lang.StringBuffer sb, java.util.Map context)
      This method is called for each data set to export.
      void processDataXmlRelatedExport​(Data data, java.lang.StringBuffer sb, java.lang.String related)
      This method is called for related field being request for export, for each data to export.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Comparable

        compareTo