Package com.flowable.idm.engine.impl.cmd
Class SetPlatformUserInfoCmd
java.lang.Object
com.flowable.idm.engine.impl.cmd.SetPlatformUserInfoCmd
- All Implemented Interfaces:
Serializable
,Command<PlatformIdentityInfoEntity>
public class SetPlatformUserInfoCmd
extends Object
implements Command<PlatformIdentityInfoEntity>, Serializable
- Author:
- Tijs Rademakers, Filip Hrisafov
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionSetPlatformUserInfoCmd
(String userId, String tenantId, String name, Object value) -
Method Summary
-
Field Details
-
userId
-
tenantId
-
name
-
value
-
-
Constructor Details
-
SetPlatformUserInfoCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<PlatformIdentityInfoEntity>
-