Class UpdatePlatformUserIndexingHandler
java.lang.Object
com.flowable.engage.engine.impl.indexing.UpdatePlatformUserIndexingHandler
- All Implemented Interfaces:
com.flowable.core.idm.api.CustomUpdateUserHandler
public class UpdatePlatformUserIndexingHandler
extends java.lang.Object
implements com.flowable.core.idm.api.CustomUpdateUserHandler
-
Constructor Summary
Constructors Constructor Description UpdatePlatformUserIndexingHandler(EngageIndexingScheduler engageIndexingScheduler)
-
Method Summary
Modifier and Type Method Description void
beforeUserCreate(com.flowable.core.idm.api.PlatformUser newUser)
void
beforeUserUpdate(com.flowable.core.idm.api.PlatformUser userToBeUpdated, com.flowable.core.idm.api.PlatformUser oldPlatformUser)
void
userUpdated(com.flowable.core.idm.api.PlatformUser updatedUser, com.flowable.core.idm.api.PlatformUser oldUser)
-
Constructor Details
-
Method Details
-
beforeUserCreate
public void beforeUserCreate(com.flowable.core.idm.api.PlatformUser newUser)- Specified by:
beforeUserCreate
in interfacecom.flowable.core.idm.api.CustomUpdateUserHandler
-
beforeUserUpdate
public void beforeUserUpdate(com.flowable.core.idm.api.PlatformUser userToBeUpdated, com.flowable.core.idm.api.PlatformUser oldPlatformUser)- Specified by:
beforeUserUpdate
in interfacecom.flowable.core.idm.api.CustomUpdateUserHandler
-
userUpdated
public void userUpdated(com.flowable.core.idm.api.PlatformUser updatedUser, com.flowable.core.idm.api.PlatformUser oldUser)- Specified by:
userUpdated
in interfacecom.flowable.core.idm.api.CustomUpdateUserHandler
-