Class CreateUserCmd

java.lang.Object
com.flowable.idm.engine.impl.cmd.CreateUserCmd
All Implemented Interfaces:
Serializable, org.flowable.common.engine.impl.interceptor.Command<PlatformUser>

public class CreateUserCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<PlatformUser>, Serializable
Author:
Tom Baeyens
See Also:
  • Field Details

    • userId

      protected String userId
  • Constructor Details

    • CreateUserCmd

      public CreateUserCmd(String userId)
  • Method Details

    • execute

      public PlatformUser execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<PlatformUser>