public class ProcessStatusProxy extends Object implements Proxy
| Modifier and Type | Field and Description |
|---|---|
protected ProcessStatus |
status |
| Constructor and Description |
|---|
ProcessStatusProxy(ProcessStatus status) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage() |
long |
getProcessed() |
ProcessStatus.Step |
getStep() |
long |
getTotal() |
boolean |
isComplete() |
boolean |
isError() |
boolean |
isInit() |
boolean |
isRunning() |
protected transient ProcessStatus status
public ProcessStatusProxy(ProcessStatus status)
@ExternalizedProperty public ProcessStatus.Step getStep()
@ExternalizedProperty public long getTotal()
@ExternalizedProperty public long getProcessed()
@ExternalizedProperty public String getErrorMessage()
@ExternalizedProperty public boolean isInit()
@ExternalizedProperty public boolean isRunning()
@ExternalizedProperty public boolean isComplete()
@ExternalizedProperty public boolean isError()
Copyright © 2020 Open Foris. All rights reserved.