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

    Fields 
    Modifier and Type Field Description
    protected java.util.Map<java.lang.String,​java.lang.Object> infos  
    protected java.lang.String tenantId  
    protected java.lang.String userId  
  • 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)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • userId

      protected java.lang.String userId
    • tenantId

      protected java.lang.String tenantId
    • infos

      protected java.util.Map<java.lang.String,​java.lang.Object> infos
  • 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 interface org.flowable.common.engine.impl.interceptor.Command<java.util.List<PlatformIdentityInfo>>