Class UserAccountUtil

java.lang.Object
com.flowable.idm.engine.impl.util.UserAccountUtil

public class UserAccountUtil extends Object
Author:
Filip Hrisafov
  • Method Details

    • findUserAccountById

      public static UserAccount findUserAccountById(String accountId)
    • setUserAccountStateAndSubState

      public static void setUserAccountStateAndSubState(String userAccountId, String state, String subState)
    • setUserAccountState

      public static void setUserAccountState(String userAccountId, String state)
    • setUserAccountSubState

      public static void setUserAccountSubState(String userAccountId, String subState)
    • setUserAccountStateAndSubState

      public static void setUserAccountStateAndSubState(CommandContext commandContext, String userAccountId, String state, String subState)