Class SpreadsheetExportDataExchangeHelperContext

    • Constructor Detail

      • SpreadsheetExportDataExchangeHelperContext

        public SpreadsheetExportDataExchangeHelperContext​(java.lang.String preferenceName,
                                                          com.onwbp.adaptation.AdaptationTable currentTable,
                                                          com.orchestranetworks.service.Session session)
        Creates a new SpreadsheetExportDataExchangeHelperContext using the preference name when exporting a single table.
        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.
      • SpreadsheetExportDataExchangeHelperContext

        public SpreadsheetExportDataExchangeHelperContext​(java.lang.String preferenceName,
                                                          com.onwbp.adaptation.Adaptation currentDataset,
                                                          com.orchestranetworks.service.Session session)
        Creates a new SpreadsheetExportDataExchangeHelperContext using the preference name when exporting multiple tables.
        Parameters:
        preferenceName - the preference name is declared in Namefield of the Application interface preference table in the {addon.label} dataset.
        currentDataset - the current dataset.
        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.