Commit 86ba342f by Madhan Neethiraj

ATLAS-3825: updated import business-metadata to set business attribute values on…

ATLAS-3825: updated import business-metadata to set business attribute values on appropriate entities
parent 2ed6a48d
...@@ -95,6 +95,10 @@ public class BulkImportResponse { ...@@ -95,6 +95,10 @@ public class BulkImportResponse {
this(parentObjectName, childObjectName, importStatus, "",-1); this(parentObjectName, childObjectName, importStatus, "",-1);
} }
public ImportInfo( ImportStatus importStatus, String remarks) {
this("","", importStatus, remarks, -1);
}
public ImportInfo( ImportStatus importStatus, String remarks, Integer rowNumber) { public ImportInfo( ImportStatus importStatus, String remarks, Integer rowNumber) {
this("","", importStatus, remarks, rowNumber); this("","", importStatus, remarks, rowNumber);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment