Class UpdateUserPresenceCmd

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

public class UpdateUserPresenceCmd 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
    • presence

      protected final String presence
  • Constructor Details

    • UpdateUserPresenceCmd

      public UpdateUserPresenceCmd(String userId, String tenantId, String presence)
  • 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>