Class SetPlatformUserInfosCmd

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

public class SetPlatformUserInfosCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<List<PlatformIdentityInfo>>, Serializable
Author:
Filip Hrisafov
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • execute

      public List<PlatformIdentityInfo> execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<List<PlatformIdentityInfo>>