| Modifier and Type | Field and Description |
|---|---|
protected ProcessStatus |
status |
| Constructor and Description |
|---|
DataProcessingStateProxy(ProcessStatus status) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage() |
long |
getProcessed() |
long |
getTotal() |
boolean |
isCancelled() |
boolean |
isComplete() |
boolean |
isError() |
boolean |
isRunning() |
protected transient ProcessStatus status
public DataProcessingStateProxy(ProcessStatus status)
@ExternalizedProperty public boolean isRunning()
@ExternalizedProperty public boolean isError()
@ExternalizedProperty public boolean isCancelled()
@ExternalizedProperty public long getProcessed()
@ExternalizedProperty public long getTotal()
@ExternalizedProperty public boolean isComplete()
@ExternalizedProperty public String getErrorMessage()
Copyright © 2020 Open Foris. All rights reserved.