Package com.orchestranetworks.addon.adix
Class ExportDataAccessSpec
java.lang.Object
com.orchestranetworks.addon.adix.DataAccessSpec
com.orchestranetworks.addon.adix.ExportDataAccessSpec
Deprecated.
Defines the data access specifications for export.
- 
Constructor Summary
ConstructorsConstructorDescriptionExportDataAccessSpec(com.onwbp.adaptation.Adaptation currentAdaptation, com.onwbp.adaptation.AdaptationTable currentTable, com.orchestranetworks.service.ServiceContext sContext, Locale locale) Deprecated.Used within aUIService.ExportDataAccessSpec(com.onwbp.adaptation.Adaptation currentAdaptation, com.onwbp.adaptation.AdaptationTable currentTable, Locale locale, com.orchestranetworks.service.Session session) Deprecated.Used outside aUIService.ExportDataAccessSpec(com.onwbp.adaptation.Adaptation currentAdaptation, com.orchestranetworks.service.ServiceContext sContext, Locale locale) Deprecated.Export multi-tables.ExportDataAccessSpec(com.onwbp.adaptation.Adaptation currentAdaptation, Locale locale, com.orchestranetworks.service.Session session) Deprecated.Multi-table export.ExportDataAccessSpec(com.onwbp.adaptation.AdaptationTable currentTable, List<ExportTableFilter> exportTableFilters, com.orchestranetworks.service.Session session) Deprecated.Export with specific predicate.ExportDataAccessSpec(com.onwbp.adaptation.AdaptationTable currentTable, List<ExportTableFilter> exportTableFilters, Locale locale, com.orchestranetworks.service.Session session) Deprecated.Export with specific predicate and locale. - 
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns list of export table filters.Methods inherited from class com.orchestranetworks.addon.adix.DataAccessSpec
getCurrentAdaptation, getCurrentHome, getCurrentTable, getLocale, getRepository, getSession 
- 
Constructor Details
- 
ExportDataAccessSpec
public ExportDataAccessSpec(com.onwbp.adaptation.Adaptation currentAdaptation, 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, 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, Locale locale) throws AdixException Deprecated.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, Locale locale) throws AdixException Deprecated.Used within aUIService. Permalink will be generated if configured in the preferences.- Throws:
 AdixException
 - 
ExportDataAccessSpec
public ExportDataAccessSpec(com.onwbp.adaptation.AdaptationTable currentTable, 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, List<ExportTableFilter> exportTableFilters, 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 Details
- 
getExportTableFilters
Deprecated.Returns list of export table filters. 
 - 
 
ExportConfigurationSpec.