@Scriptable public class UserProfileSynchronizer extends Object
Modifier and Type | Method and Description |
---|---|
static void |
syncProfilesWithUsers(Set<String> p_userIds,
de.uplanet.lucy.server.share.businesslogic.profile.sync.IProfileHandler p_handler) |
static void |
syncWithDeletedOrDisabledUsers(IProcessingContext p_ctx)
Synchronize Share profiles with deleted or disabled Intrexx users.
|
static void |
syncWithDeletedOrDisabledUsers(IProcessingContext p_ctx,
boolean p_bDeleteShareProfilesOfDeletedUsers)
Synchronize Share profiles with deleted or disabled Intrexx users.
|
public static void syncWithDeletedOrDisabledUsers(IProcessingContext p_ctx) throws Exception
p_ctx
- The processing context.Exception
public static void syncWithDeletedOrDisabledUsers(IProcessingContext p_ctx, boolean p_bDeleteShareProfilesOfDeletedUsers) throws Exception
p_ctx
- The processing context.p_bDeleteShareProfilesOfDeletedUsers
- true
if the Share profiles of deleted Intrexx users
should be deleted as well, false
if the Share profiles of deleted Intrexx users should only be
deactivated.Exception