Package org.nuxeo.ecm.csv.core.operation
Class CSVImportLogOperation
- java.lang.Object
-
- org.nuxeo.ecm.csv.core.operation.CSVImportLogOperation
-
public class CSVImportLogOperation extends Object
- Since:
- 9.3
-
-
Field Summary
Fields Modifier and Type Field Description static String
ID
protected CoreSession
mSession
-
Constructor Summary
Constructors Constructor Description CSVImportLogOperation()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
mSession
protected CoreSession mSession
-
-
Method Detail
-
getLog
public List<CSVImportLog> getLog(String importID)
-
-