Package com.flowable.idm.engine.impl.cmd
Class SetUserStateAndSubStateCmd
java.lang.Object
com.flowable.idm.engine.impl.cmd.SetUserStateAndSubStateCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>
public class SetUserStateAndSubStateCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<Void>
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSetUserStateAndSubStateCmd
(String userId, String state, String subState) SetUserStateAndSubStateCmd
(String userId, String state, String subState, String tenantId) -
Method Summary
-
Field Details
-
userId
-
state
-
subState
-
tenantId
-
-
Constructor Details
-
SetUserStateAndSubStateCmd
-
SetUserStateAndSubStateCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<Void>
-