Class SaveUserCmd

All Implemented Interfaces:
Serializable, org.flowable.common.engine.impl.interceptor.Command<Void>

public class SaveUserCmd extends AbstractNeedsUserDefinitionCmd implements org.flowable.common.engine.impl.interceptor.Command<Void>, Serializable
Author:
Joram Barrez
See Also:
  • 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 Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<Void>