Class SetUserAccountStateAndSubStateCmd

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

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

    • accountId

      protected final String accountId
    • state

      protected final String state
    • subState

      protected final String subState
  • Constructor Details

    • SetUserAccountStateAndSubStateCmd

      public SetUserAccountStateAndSubStateCmd(String accountId, String state, String subState)
  • 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>