Class SetUserAccountStateAndSubStateCmd

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

public class SetUserAccountStateAndSubStateCmd extends Object implements 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