public interface ClaimContext
Modifier and Type | Method and Description |
---|---|
String |
getAttributeName(String columnName)
Get name of the attribute based on Claim Type configuration to which the column gets persisted
|
Map<String,Object> |
getRow()
Get parsed row from excel claim input.
|
void |
setDebugRow(Map<String,Object> debugRow)
Set row for formula testdrive
|
void |
setNewClaimData(Map<String,Object> headerValues,
Collection<String> columnNames,
List<Map<String,Object>> data)
Set data from which a claim can be created
|
Map<String,Object> getRow()
void setDebugRow(Map<String,Object> debugRow)
debugRow
- for debuggingString getAttributeName(String columnName)
void setNewClaimData(Map<String,Object> headerValues, Collection<String> columnNames, List<Map<String,Object>> data)
headerValues
- Claim header fields' valuescolumnNames
- Names of columns (keys from a sample row)data
- Table (list of maps), where each map is a columnName -> valueCopyright © 2019. All rights reserved.