public class UserProfileServiceImpl extends DefaultComponent implements UserProfileService
UserProfileService
.UserProfileService
Constructor and Description |
---|
UserProfileServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
applicationStarted(ComponentContext context)
Notify the component that Nuxeo Framework finished starting all Nuxeo bundles.
|
void |
clearCache()
Clears the user profile cache.
|
ImporterConfig |
getImporterConfig()
Get the user profile XMap descriptor for the importer config
|
DocumentModel |
getUserProfile(DocumentModel userModel,
CoreSession session)
Get a DocumentModel containing both user and user profile schemas
|
DocumentModel |
getUserProfileDocument(CoreSession session)
Get the current user profile.
|
DocumentModel |
getUserProfileDocument(String userName,
CoreSession session)
Get the profile of a specific user.
|
void |
registerContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
void |
unregisterContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
activate, deactivate, getAdapter, getApplicationStartedOrder, getLastModified, registerExtension, setLastModified, unregisterExtension
public static final String CONFIG_EP
public DocumentModel getUserProfileDocument(CoreSession session) throws ClientException
UserProfileService
getUserProfileDocument
in interface UserProfileService
ClientException
public DocumentModel getUserProfileDocument(String userName, CoreSession session) throws ClientException
UserProfileService
getUserProfileDocument
in interface UserProfileService
ClientException
public DocumentModel getUserProfile(DocumentModel userModel, CoreSession session) throws ClientException
UserProfileService
getUserProfile
in interface UserProfileService
ClientException
public void clearCache()
UserProfileService
clearCache
in interface UserProfileService
public ImporterConfig getImporterConfig()
UserProfileService
getImporterConfig
in interface UserProfileService
public void applicationStarted(ComponentContext context)
Component
applicationStarted
in interface Component
applicationStarted
in class DefaultComponent
public void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
registerContribution
in class DefaultComponent
public void unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
unregisterContribution
in class DefaultComponent
Copyright © 2015 Nuxeo SA. All rights reserved.