public class SetUserInfoCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Object>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
accountDetails |
protected String |
accountPassword |
protected String |
key |
protected String |
type |
protected String |
userId |
protected String |
userPassword |
protected String |
value |
| Constructor and Description |
|---|
SetUserInfoCmd(String userId,
String key,
String value) |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
Copyright © 2019. All rights reserved.