Package | Description |
---|---|
com.orchestranetworks.addon.dex.configuration |
Classes and interfaces to define specifications for the import, export and transfer data services.
|
Modifier and Type | Method and Description |
---|---|
DataPosition |
DataTemplate.getDataPosition()
Returns
DataPosition instance to represent the cell data position. |
Modifier and Type | Method and Description |
---|---|
Map<String,DataPosition> |
SpreadsheetImportConfigurationSpec.getDataPositionInSheets()
Returns a map of data positions and Excel sheet names as the key parameter.
|
Modifier and Type | Method and Description |
---|---|
void |
DataTemplate.setDataPosition(DataPosition dataPosition)
Sets
DataPosition instance to represent the cell data position. |
Modifier and Type | Method and Description |
---|---|
void |
SpreadsheetImportConfigurationSpec.setDataPositionInSheets(Map<String,DataPosition> dataPositionInSheets)
Sets a map of data positions and Excel sheet names as the key parameter.
|