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