Class ExportDataAccessSpec

    • Constructor Summary

      Constructors 
      Constructor Description
      ExportDataAccessSpec​(com.onwbp.adaptation.Adaptation currentAdaptation, com.onwbp.adaptation.AdaptationTable currentTable, com.orchestranetworks.service.ServiceContext sContext, java.util.Locale locale)
      Deprecated.
      Used within a UIService.
      ExportDataAccessSpec​(com.onwbp.adaptation.Adaptation currentAdaptation, com.onwbp.adaptation.AdaptationTable currentTable, java.util.Locale locale, com.orchestranetworks.service.Session session)
      Deprecated.
      Used outside a UIService.
      ExportDataAccessSpec​(com.onwbp.adaptation.Adaptation currentAdaptation, com.orchestranetworks.service.ServiceContext sContext, java.util.Locale locale)
      Deprecated.
      Export multi-tables.
      ExportDataAccessSpec​(com.onwbp.adaptation.Adaptation currentAdaptation, java.util.Locale locale, com.orchestranetworks.service.Session session)
      Deprecated.
      Multi-table export.
      ExportDataAccessSpec​(com.onwbp.adaptation.AdaptationTable currentTable, java.util.List<ExportTableFilter> exportTableFilters, com.orchestranetworks.service.Session session)
      Deprecated.
      Export with specific predicate.
      ExportDataAccessSpec​(com.onwbp.adaptation.AdaptationTable currentTable, java.util.List<ExportTableFilter> exportTableFilters, java.util.Locale locale, com.orchestranetworks.service.Session session)
      Deprecated.
      Export with specific predicate and locale.
    • Constructor Detail

      • ExportDataAccessSpec

        public ExportDataAccessSpec​(com.onwbp.adaptation.Adaptation currentAdaptation,
                                    java.util.Locale locale,
                                    com.orchestranetworks.service.Session session)
        Deprecated.
        Multi-table export. Used outside a UIService. No permalink will be generated.
      • ExportDataAccessSpec

        public ExportDataAccessSpec​(com.onwbp.adaptation.Adaptation currentAdaptation,
                                    com.onwbp.adaptation.AdaptationTable currentTable,
                                    java.util.Locale locale,
                                    com.orchestranetworks.service.Session session)
        Deprecated.
        Used outside a UIService. No permalink will be generated.
      • ExportDataAccessSpec

        public ExportDataAccessSpec​(com.onwbp.adaptation.Adaptation currentAdaptation,
                                    com.orchestranetworks.service.ServiceContext sContext,
                                    java.util.Locale locale)
                             throws AdixException
        Deprecated.
        Export multi-tables. Used within a UIService. Permalink will be generated if configured in the preferences.
        Throws:
        AdixException
      • ExportDataAccessSpec

        public ExportDataAccessSpec​(com.onwbp.adaptation.Adaptation currentAdaptation,
                                    com.onwbp.adaptation.AdaptationTable currentTable,
                                    com.orchestranetworks.service.ServiceContext sContext,
                                    java.util.Locale locale)
                             throws AdixException
        Deprecated.
        Used within a UIService. Permalink will be generated if configured in the preferences.
        Throws:
        AdixException
      • ExportDataAccessSpec

        public ExportDataAccessSpec​(com.onwbp.adaptation.AdaptationTable currentTable,
                                    java.util.List<ExportTableFilter> exportTableFilters,
                                    com.orchestranetworks.service.Session session)
        Deprecated.
        Export with specific predicate. Used outside a UIService. No permalink will be generated.
        Since:
        2.1.4
      • ExportDataAccessSpec

        public ExportDataAccessSpec​(com.onwbp.adaptation.AdaptationTable currentTable,
                                    java.util.List<ExportTableFilter> exportTableFilters,
                                    java.util.Locale locale,
                                    com.orchestranetworks.service.Session session)
        Deprecated.
        Export with specific predicate and locale. Used outside a UIService. No permalink will be generated.
        Since:
        2.1.8
    • Method Detail

      • getExportTableFilters

        public java.util.List<ExportTableFilter> getExportTableFilters()
        Deprecated.
        Returns list of export table filters.