ExportConfigurationSpec.public final class ExportDataAccessSpec extends DataAccessSpec
| Constructor and Description |
|---|
ExportDataAccessSpec(com.onwbp.adaptation.Adaptation currentAdaptation,
com.onwbp.adaptation.AdaptationTable currentTable,
Locale locale,
com.orchestranetworks.service.Session session)
Deprecated.
Used outside a
UIService. |
ExportDataAccessSpec(com.onwbp.adaptation.Adaptation currentAdaptation,
com.onwbp.adaptation.AdaptationTable currentTable,
com.orchestranetworks.service.ServiceContext sContext,
Locale locale)
Deprecated.
Used within a
UIService. |
ExportDataAccessSpec(com.onwbp.adaptation.Adaptation currentAdaptation,
Locale locale,
com.orchestranetworks.service.Session session)
Deprecated.
Multi-table export.
|
ExportDataAccessSpec(com.onwbp.adaptation.Adaptation currentAdaptation,
com.orchestranetworks.service.ServiceContext sContext,
Locale locale)
Deprecated.
Export multi-tables.
|
ExportDataAccessSpec(com.onwbp.adaptation.AdaptationTable currentTable,
List<ExportTableFilter> exportTableFilters,
Locale locale,
com.orchestranetworks.service.Session session)
Deprecated.
Export with specific predicate and locale.
|
ExportDataAccessSpec(com.onwbp.adaptation.AdaptationTable currentTable,
List<ExportTableFilter> exportTableFilters,
com.orchestranetworks.service.Session session)
Deprecated.
Export with specific predicate.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExportTableFilter> |
getExportTableFilters()
Deprecated.
Returns list of export table filters.
|
getCurrentAdaptation, getCurrentHome, getCurrentTable, getLocale, getRepository, getSessionpublic ExportDataAccessSpec(com.onwbp.adaptation.Adaptation currentAdaptation,
Locale locale,
com.orchestranetworks.service.Session session)
UIService. No permalink will be generated.public ExportDataAccessSpec(com.onwbp.adaptation.Adaptation currentAdaptation,
com.onwbp.adaptation.AdaptationTable currentTable,
Locale locale,
com.orchestranetworks.service.Session session)
UIService. No permalink will be generated.public ExportDataAccessSpec(com.onwbp.adaptation.Adaptation currentAdaptation,
com.orchestranetworks.service.ServiceContext sContext,
Locale locale)
throws AdixException
UIService. Permalink will be generated if configured in the preferences.AdixExceptionpublic ExportDataAccessSpec(com.onwbp.adaptation.Adaptation currentAdaptation,
com.onwbp.adaptation.AdaptationTable currentTable,
com.orchestranetworks.service.ServiceContext sContext,
Locale locale)
throws AdixException
UIService. Permalink will be generated if configured in the preferences.AdixExceptionpublic ExportDataAccessSpec(com.onwbp.adaptation.AdaptationTable currentTable,
List<ExportTableFilter> exportTableFilters,
com.orchestranetworks.service.Session session)
UIService. No permalink will be generated.public ExportDataAccessSpec(com.onwbp.adaptation.AdaptationTable currentTable,
List<ExportTableFilter> exportTableFilters,
Locale locale,
com.orchestranetworks.service.Session session)
UIService. No permalink will be generated.public List<ExportTableFilter> getExportTableFilters()