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)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • beforeUserCreate

      public void beforeUserCreate​(com.flowable.core.idm.api.PlatformUser newUser)
      Specified by:
      beforeUserCreate in interface com.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 interface com.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 interface com.flowable.core.idm.api.CustomUpdateUserHandler