Class GetPlatformIdentityInfoCmd

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

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

    • userId

      protected String userId
    • name

      protected String name
  • Constructor Details

    • GetPlatformIdentityInfoCmd

      public GetPlatformIdentityInfoCmd(String userId, String name)
  • Method Details

    • execute

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