Package com.flowable.idm.engine.impl.cmd
Class SetPlatformUserInfosCmd
java.lang.Object
com.flowable.idm.engine.impl.cmd.SetPlatformUserInfosCmd
- All Implemented Interfaces:
java.io.Serializable
,org.flowable.common.engine.impl.interceptor.Command<java.util.List<PlatformIdentityInfo>>
public class SetPlatformUserInfosCmd extends java.lang.Object implements org.flowable.common.engine.impl.interceptor.Command<java.util.List<PlatformIdentityInfo>>, java.io.Serializable
- Author:
- Filip Hrisafov
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SetPlatformUserInfosCmd(java.lang.String userId, java.lang.String tenantId, java.util.Map<java.lang.String,java.lang.Object> infos)
-
Method Summary
Modifier and Type Method Description java.util.List<PlatformIdentityInfo>
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
Constructor Details
-
SetPlatformUserInfosCmd
public SetPlatformUserInfosCmd(java.lang.String userId, java.lang.String tenantId, java.util.Map<java.lang.String,java.lang.Object> infos)
-
-
Method Details
-
execute
public java.util.List<PlatformIdentityInfo> execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<java.util.List<PlatformIdentityInfo>>
-