Class UserAccountUtil
java.lang.Object
com.flowable.idm.engine.impl.util.UserAccountUtil
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionstatic UserAccountfindUserAccountById(String accountId) static voidsetUserAccountState(String userAccountId, String state) static voidsetUserAccountStateAndSubState(String userAccountId, String state, String subState) static voidsetUserAccountStateAndSubState(CommandContext commandContext, String userAccountId, String state, String subState) static voidsetUserAccountSubState(String userAccountId, String subState)
-
Method Details
-
findUserAccountById
-
setUserAccountStateAndSubState
-
setUserAccountState
-
setUserAccountSubState
-
setUserAccountStateAndSubState
public static void setUserAccountStateAndSubState(CommandContext commandContext, String userAccountId, String state, String subState)
-