| Constructor and Description |
|---|
DataImportStateProxy(DataImportState state) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
String |
getErrorMessage() |
Map<String,String> |
getErrors() |
int |
getInsertedCount() |
DataImportState.MainStep |
getMainStep() |
DataImportState.SubStep |
getSubStep() |
int |
getTotal() |
int |
getUpdatedCount() |
Map<String,Map<String,String>> |
getWarnings() |
boolean |
isCancelled() |
boolean |
isComplete() |
boolean |
isError() |
boolean |
isRunning() |
public DataImportStateProxy(DataImportState state)
@ExternalizedProperty public DataImportState.MainStep getMainStep()
@ExternalizedProperty public DataImportState.SubStep getSubStep()
@ExternalizedProperty public boolean isRunning()
@ExternalizedProperty public boolean isError()
@ExternalizedProperty public boolean isCancelled()
@ExternalizedProperty public int getCount()
@ExternalizedProperty public int getTotal()
@ExternalizedProperty public boolean isComplete()
@ExternalizedProperty public String getErrorMessage()
@ExternalizedProperty public int getInsertedCount()
@ExternalizedProperty public int getUpdatedCount()
Copyright © 2020 Open Foris. All rights reserved.