Class SaveUserCmd

java.lang.Object
com.flowable.idm.engine.impl.cmd.AbstractNeedsUserDefinitionCmd
com.flowable.idm.engine.impl.cmd.SaveUserCmd
All Implemented Interfaces:
java.io.Serializable, org.flowable.common.engine.impl.interceptor.Command<java.lang.Void>

public class SaveUserCmd
extends AbstractNeedsUserDefinitionCmd
implements org.flowable.common.engine.impl.interceptor.Command<java.lang.Void>, java.io.Serializable
Author:
Joram Barrez
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected org.flowable.idm.api.User user  
  • Constructor Summary

    Constructors 
    Constructor Description
    SaveUserCmd​(org.flowable.idm.api.User user)  
  • Method Summary

    Modifier and Type Method Description
    protected PlatformIdentityInfoEntity execute​(java.lang.String userId, java.lang.String name, java.lang.Object value, CoreIdmEngineConfiguration idmEngineConfiguration)  
    java.lang.Void execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)  

    Methods inherited from class com.flowable.idm.engine.impl.cmd.AbstractNeedsUserDefinitionCmd

    getUserDefinitionModel, resolveUserDefinition

    Methods inherited from class java.lang.Object

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

    • user

      protected org.flowable.idm.api.User user
  • Constructor Details

    • SaveUserCmd

      public SaveUserCmd​(org.flowable.idm.api.User user)
  • Method Details

    • execute

      public java.lang.Void execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<java.lang.Void>
    • execute

      protected PlatformIdentityInfoEntity execute​(java.lang.String userId, java.lang.String name, java.lang.Object value, CoreIdmEngineConfiguration idmEngineConfiguration)