public class CreateUserCmd extends Object implements Command<PlatformUser>, Serializable
| Constructor and Description |
|---|
CreateUserCmd(String userId) |
| Modifier and Type | Method and Description |
|---|---|
PlatformUser |
execute(CommandContext commandContext) |
protected String userId
public CreateUserCmd(String userId)
public PlatformUser execute(CommandContext commandContext)
execute in interface Command<PlatformUser>