Package com.flowable.idm.engine.impl.cmd
Class CreateUserCmd
- java.lang.Object
-
- com.flowable.idm.engine.impl.cmd.CreateUserCmd
-
- All Implemented Interfaces:
Serializable
,Command<PlatformUser>
public class CreateUserCmd extends Object implements Command<PlatformUser>, Serializable
- Author:
- Tom Baeyens
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreateUserCmd(String userId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlatformUser
execute(CommandContext commandContext)
-
-
-
Field Detail
-
userId
protected String userId
-
-
Constructor Detail
-
CreateUserCmd
public CreateUserCmd(String userId)
-
-
Method Detail
-
execute
public PlatformUser execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<PlatformUser>
-
-