Class DeprecatedExporter


  • public class DeprecatedExporter
    extends java.lang.Object
    • Constructor Detail

      • DeprecatedExporter

        public DeprecatedExporter​(Exporter exporter)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • getExportedItemsCount

        public long getExportedItemsCount()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hasNextHeader

        public boolean hasNextHeader()
      • getCurrentHeaderCount

        public int getCurrentHeaderCount()
      • getResultingFiles

        public java.util.Collection<java.lang.String> getResultingFiles()
      • exportItems

        public final void exportItems​(java.lang.String typecode,
                                      boolean inclSubTypes)
                               throws ImpExException
        Throws:
        ImpExException
      • exportItems

        public void exportItems​(java.lang.String typecode,
                                int count,
                                boolean inclSubTypes)
                         throws ImpExException
        Throws:
        ImpExException
      • setTargetFile

        public void setTargetFile​(java.lang.String filename,
                                  boolean writeHeader)
                           throws ImpExException
        Throws:
        ImpExException
      • setTargetFile

        public void setTargetFile​(java.lang.String filename,
                                  boolean writeHeader,
                                  int linesToSkip,
                                  int offset)
                           throws ImpExException
        Throws:
        ImpExException
      • exportItems

        public void exportItems​(java.lang.String query,
                                java.util.Map values,
                                java.util.List resultClasses,
                                boolean failOnUnknownFields,
                                boolean dontNeedTotal,
                                int start,
                                int count)
                         throws ImpExException
        Throws:
        ImpExException
      • exportItemsFlexibleSearch

        public void exportItemsFlexibleSearch​(java.lang.String query,
                                              java.util.Map values,
                                              java.util.List resultClasses,
                                              boolean failOnUnknownFields,
                                              boolean dontNeedTotal,
                                              int start,
                                              int count)
                                       throws ImpExException
        Throws:
        ImpExException
      • exportItemsFlexibleSearch

        public void exportItemsFlexibleSearch​(java.lang.String query)
                                       throws ImpExException
        Throws:
        ImpExException
      • exportItemsFlexibleSearch

        public void exportItemsFlexibleSearch​(java.lang.String query,
                                              int count)
                                       throws ImpExException
        Throws:
        ImpExException
      • getCurrentLocation

        public java.lang.String getCurrentLocation()