| Modifier and Type | Class and Description |
|---|---|
class |
SourceColumnListitemModel
Model of the mapped source column: contains the column id (number of column in the source file) and optionally the
column label as displayed in the mapping source section.
|
| Modifier and Type | Method and Description |
|---|---|
SourceColumnModel |
MappingLineModel.getSource()
Returns the assigned source column.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MappingLineModel.setSource(SourceColumnModel source)
Sets the mapped source column (SourceColumnListitemModel object) to the mapping mappingLineModel.
|
| Modifier and Type | Method and Description |
|---|---|
SourceColumnModel |
DefaultMappingLine.getSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMappingLine.setSource(SourceColumnModel source) |
| Modifier and Type | Method and Description |
|---|---|
MappingLineModel |
MappingLineService.generateVirtualMappingLine(SourceColumnModel sourceColumn)
Generates a so called "virtual" mapping line model after a source column has been dropped into the mapping view
without a target attribute specified.
|
| Modifier and Type | Method and Description |
|---|---|
MappingLineModel |
DefaultMappingLineService.generateVirtualMappingLine(SourceColumnModel sourceColumn) |
| Modifier and Type | Method and Description |
|---|---|
void |
SourceMappingValidationStrategy.validateSourceLine(java.util.List<ValidationError> errors,
MappingLineModel mappingLineModel,
java.util.List<SourceColumnModel> validSourceColumns) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSrcMappingValidationStrategy.validateSourceLine(java.util.List<ValidationError> errors,
MappingLineModel mappingLineModel,
java.util.List<SourceColumnModel> validSourceColumns) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SourceColumnModel> |
ImportCockpitMediaService.getSourceColumnData(ImportCockpitCronJobModel icCronJobModel)
Given the supplied
ImportCockpitCronJobModel, this method will return all the the data for each field(column) as a
List of SourceColumnModel. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SourceColumnModel> |
DefaultImportCockpitMediaService.getSourceColumnData(ImportCockpitCronJobModel icCronJobModel) |
Copyright © 2018 SAP SE. All Rights Reserved.