Class UserAccountUtil
java.lang.Object
com.flowable.idm.engine.impl.util.UserAccountUtil
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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 Details
-
findUserAccountById
-
setUserAccountStateAndSubState
-
setUserAccountState
-
setUserAccountSubState
-
setUserAccountStateAndSubState
public static void setUserAccountStateAndSubState(CommandContext commandContext, String userAccountId, String state, String subState)
-