Package com.flowable.idm.engine.impl.cmd
Class SetPlatformUserInfoCmd
- java.lang.Object
-
- com.flowable.idm.engine.impl.cmd.SetPlatformUserInfoCmd
-
- All Implemented Interfaces:
java.io.Serializable
,org.flowable.common.engine.impl.interceptor.Command<PlatformIdentityInfoEntity>
public class SetPlatformUserInfoCmd extends java.lang.Object implements org.flowable.common.engine.impl.interceptor.Command<PlatformIdentityInfoEntity>, java.io.Serializable
- Author:
- Tijs Rademakers, Filip Hrisafov
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SetPlatformUserInfoCmd(java.lang.String userId, java.lang.String tenantId, java.lang.String name, java.lang.Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlatformIdentityInfoEntity
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
-
-
Method Detail
-
execute
public PlatformIdentityInfoEntity execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<PlatformIdentityInfoEntity>
-
-