Class 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

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • 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 Detail

      • SetPlatformUserInfosCmd

        public SetPlatformUserInfosCmd​(java.lang.String userId,
                                       java.lang.String tenantId,
                                       java.util.Map<java.lang.String,​java.lang.Object> infos)
    • Method Detail

      • 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>>