Class CSVExportDataExchangeHelperContext

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.onwbp.adaptation.Adaptation getCurrentDataset()
      Returns the current dataset.
      com.onwbp.adaptation.AdaptationTable getCurrentTable()
      Returns the current table.
      java.lang.String getPreferenceName()
      Returns the specified preference name declared in Namefield of the Application interface preference table in the {addon.label} dataset.
      ServiceType getServiceType()
      Returns the specified service type.
      com.orchestranetworks.service.Session getSession()
      Returns the current session.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CSVExportDataExchangeHelperContext

        public CSVExportDataExchangeHelperContext​(java.lang.String preferenceName,
                                                  com.onwbp.adaptation.AdaptationTable currentTable,
                                                  com.orchestranetworks.service.Session session)
        Creates a new CSVExportDataExchangeHelperContext using the preference name.
        Parameters:
        preferenceName - the preference name is declared in Name field of the Application interface preference table in the {addon.label} dataset.
        currentTable - the current table.
        session - the current session.
    • Method Detail

      • getPreferenceName

        public java.lang.String getPreferenceName()
        Returns the specified preference name declared in Namefield of the Application interface preference table in the {addon.label} dataset.