Package com.orchestranetworks.addon.adix
Class ExportDataAccessSpec
- java.lang.Object
-
- com.orchestranetworks.addon.adix.DataAccessSpec
-
- com.orchestranetworks.addon.adix.ExportDataAccessSpec
-
public final class ExportDataAccessSpec extends DataAccessSpec
Deprecated.Since 2.3.0, replaced byExportConfigurationSpec.Defines the data access specifications for export.
-
-
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 aUIService.ExportDataAccessSpec(com.onwbp.adaptation.Adaptation currentAdaptation, com.onwbp.adaptation.AdaptationTable currentTable, java.util.Locale locale, com.orchestranetworks.service.Session session)Deprecated.Used outside aUIService.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.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.List<ExportTableFilter>getExportTableFilters()Deprecated.Returns list of export table filters.-
Methods inherited from class com.orchestranetworks.addon.adix.DataAccessSpec
getCurrentAdaptation, getCurrentHome, getCurrentTable, getLocale, getRepository, getSession
-
-
-
-
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 aUIService. 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 aUIService. No permalink will be generated.
-
ExportDataAccessSpec
public ExportDataAccessSpec(com.onwbp.adaptation.Adaptation currentAdaptation, com.orchestranetworks.service.ServiceContext sContext, java.util.Locale locale) throws AdixExceptionDeprecated.Export multi-tables. Used within aUIService. 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 AdixExceptionDeprecated.Used within aUIService. 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 aUIService. 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 aUIService. 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.
-
-