Class SetPlatformUserInfoCmd

java.lang.Object
com.flowable.idm.engine.impl.cmd.SetPlatformUserInfoCmd
All Implemented Interfaces:
Serializable, org.flowable.common.engine.impl.interceptor.Command<PlatformIdentityInfoEntity>

public class SetPlatformUserInfoCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<PlatformIdentityInfoEntity>, Serializable
Author:
Tijs Rademakers, Filip Hrisafov
See Also:
  • Field Details

    • userId

      protected String userId
    • tenantId

      protected String tenantId
    • name

      protected String name
    • value

      protected Object value
  • Constructor Details

  • Method Details