Interface DataExchangeHelperContext

All Known Implementing Classes:
CSVExportDataExchangeHelperContext, CSVImportDataExchangeHelperContext, SpreadsheetExportDataExchangeHelperContext, SpreadsheetImportDataExchangeHelperContext

public interface DataExchangeHelperContext
Provides the context to get the DataExchangeSpec from the configuration declared in the {addon.label} dataset.
Since:
2.7.0
  • Method Summary

    Modifier and Type
    Method
    Description
    com.onwbp.adaptation.Adaptation
    Returns the current dataset.
    com.onwbp.adaptation.AdaptationTable
    Returns the current table.
    Returns the specified service type.
    com.orchestranetworks.service.Session
    Returns the current session.
  • Method Details

    • getCurrentDataset

      com.onwbp.adaptation.Adaptation getCurrentDataset()
      Returns the current dataset.
    • getCurrentTable

      com.onwbp.adaptation.AdaptationTable getCurrentTable()
      Returns the current table.
    • getSession

      com.orchestranetworks.service.Session getSession()
      Returns the current session.
    • getServiceType

      ServiceType getServiceType()
      Returns the specified service type.