Class CSVImportDataExchangeHelperContext

    • 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.io.File getImportedFile()
      Returns the imported file.
      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.
      void setImportedFile​(java.io.File importedFile)
      Sets an imported file to the specified value.
      • Methods inherited from class java.lang.Object

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

      • CSVImportDataExchangeHelperContext

        public CSVImportDataExchangeHelperContext​(java.lang.String preferenceName,
                                                  com.onwbp.adaptation.AdaptationTable currentTable,
                                                  com.orchestranetworks.service.Session session)
        Creates a new CSVImportDataExchangeHelperContext 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.
      • getImportedFile

        public java.io.File getImportedFile()
        Returns the imported file.
      • setImportedFile

        public void setImportedFile​(java.io.File importedFile)
        Sets an imported file to the specified value.