Class SetUserStateAndSubStateCmd

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

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

    • userId

      protected final String userId
    • state

      protected final String state
    • subState

      protected final String subState
    • tenantId

      protected final String tenantId
  • Constructor Details

    • SetUserStateAndSubStateCmd

      public SetUserStateAndSubStateCmd(String userId, String state, String subState)
    • SetUserStateAndSubStateCmd

      public SetUserStateAndSubStateCmd(String userId, String state, String subState, 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>