Uses of Class
org.nuxeo.ecm.csv.core.CSVImportStatus.State
-
Packages that use CSVImportStatus.State Package Description org.nuxeo.ecm.csv.core -
-
Uses of CSVImportStatus.State in org.nuxeo.ecm.csv.core
Methods in org.nuxeo.ecm.csv.core that return CSVImportStatus.State Modifier and Type Method 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.Constructors in org.nuxeo.ecm.csv.core with parameters of type CSVImportStatus.State Constructor Description CSVImportStatus(CSVImportStatus.State state)
CSVImportStatus(CSVImportStatus.State state, int positionInQueue, int queueSize)
Deprecated.since 9.1CSVImportStatus(CSVImportStatus.State state, long numberOfProcessedDocument, long totalNumberOfDocument)
-