| Package | Description |
|---|---|
| org.nuxeo.ecm.user.center.profile | |
| org.nuxeo.ecm.user.center.profile.rest |
| Modifier and Type | Class and Description |
|---|---|
class |
UserProfileServiceImpl
Implementation of
UserProfileService. |
| Modifier and Type | Method and Description |
|---|---|
void |
UserProfileImporter.doImport(CoreSession session,
org.apache.commons.csv.CSVParser parser,
UserProfileService userProfileService) |
protected boolean |
UserProfileImporter.importLine(org.apache.commons.csv.CSVRecord record,
long lineNumber,
Integer nameIndex,
DocumentType docType,
CoreSession session,
UserProfileService userProfileService,
Map<String,Integer> headerValues)
Import a line from the CSV file.
|
protected boolean |
UserProfileImporter.updateDocument(long lineNumber,
String name,
DocumentType docType,
CoreSession session,
UserProfileService userProfileService,
Map<String,Serializable> properties) |
| Modifier and Type | Field and Description |
|---|---|
protected UserProfileService |
UserProfileEnricher.userProfileService |
Copyright © 2019 Nuxeo. All rights reserved.