Class UserAccountUtil
- java.lang.Object
-
- com.flowable.idm.engine.impl.util.UserAccountUtil
-
public class UserAccountUtil extends Object
- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UserAccount
findUserAccountById(String accountId)
static void
setUserAccountState(String userAccountId, String state)
static void
setUserAccountStateAndSubState(String userAccountId, String state, String subState)
static void
setUserAccountStateAndSubState(CommandContext commandContext, String userAccountId, String state, String subState)
static void
setUserAccountSubState(String userAccountId, String subState)
-
-
-
Method Detail
-
findUserAccountById
public static UserAccount findUserAccountById(String accountId)
-
setUserAccountStateAndSubState
public static void setUserAccountStateAndSubState(String userAccountId, String state, String subState)
-
setUserAccountSubState
public static void setUserAccountSubState(String userAccountId, String subState)
-
setUserAccountStateAndSubState
public static void setUserAccountStateAndSubState(CommandContext commandContext, String userAccountId, String state, String subState)
-
-