Class ImporterConfig
java.lang.Object
org.nuxeo.ecm.user.center.profile.ImporterConfig
@Experimental(comment="https://jira.nuxeo.com/browse/NXP-12200")
public class ImporterConfig
extends Object
- Since:
- 7.2
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
DEFAULT_DATE_FORMAT
- See Also:
-
DEFAULT_LIST_SEPARATOR_REGEX
- See Also:
-
DEFAULT_BATCH_SIZE
public static final int DEFAULT_BATCH_SIZE- See Also:
-
dataFileName
-
dateFormat
-
listSeparatorRegex
-
updateExisting
protected boolean updateExisting -
batchSize
protected int batchSize
-
-
Constructor Details
-
ImporterConfig
public ImporterConfig()
-
-
Method Details