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