Class UserDisconnectedCmd

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

public class UserDisconnectedCmd 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
    • sessionId

      protected final String sessionId
  • Constructor Details

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

      protected void performUserUpdate(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)