Class UserConnectedCmd

java.lang.Object
com.flowable.engage.engine.impl.cmd.UserConnectedCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>

public class UserConnectedCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>
Author:
Filip Hrisafov
  • Field Details

    • userId

      protected final String userId
    • tenantId

      protected final String tenantId
  • Constructor Details

    • UserConnectedCmd

      public UserConnectedCmd(String userId, String tenantId)
  • Method Details

    • execute

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