| Package | Description |
|---|---|
| org.nuxeo.ecm.csv.core |
| Modifier and Type | Method and Description |
|---|---|
CSVImportStatus.State |
CSVImportStatus.getState() |
static CSVImportStatus.State |
CSVImportStatus.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CSVImportStatus.State[] |
CSVImportStatus.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CSVImportStatus(CSVImportStatus.State state) |
CSVImportStatus(CSVImportStatus.State state,
int positionInQueue,
int queueSize)
Deprecated.
since 9.1
|
CSVImportStatus(CSVImportStatus.State state,
long numberOfProcessedDocument,
long totalNumberOfDocument) |
Copyright © 2019 Nuxeo. All rights reserved.