public class GetPlatformUserInfoCmd<T> extends Object implements org.flowable.common.engine.impl.interceptor.Command<Optional<T>>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Class<T> |
infoClass |
protected String |
name |
protected String |
userId |
| Constructor and Description |
|---|
GetPlatformUserInfoCmd(String userId,
String name,
Class<T> infoClass) |
| Modifier and Type | Method and Description |
|---|---|
Optional<T> |
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
Copyright © 2019. All rights reserved.