public class CreateUserCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<PlatformUser>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
systemId |
protected String |
systemType |
protected String |
userId |
| Constructor and Description |
|---|
CreateUserCmd(String userId) |
CreateUserCmd(String userId,
String systemId,
String systemType) |
| Modifier and Type | Method and Description |
|---|---|
PlatformUser |
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
protected String userId
protected String systemId
protected String systemType
public CreateUserCmd(String userId)
public PlatformUser execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
execute in interface org.flowable.common.engine.impl.interceptor.Command<PlatformUser>Copyright © 2019. All rights reserved.