Package com.flowable.idm.engine.impl.cmd
Class UpdateUserAccountCmd
java.lang.Object
com.flowable.idm.engine.impl.cmd.UpdateUserAccountCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<UserAccountEntity>
public class UpdateUserAccountCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<UserAccountEntity>
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUpdateUserAccountCmd
(UserAccountBuilderImpl userAccountBuilder, String accountId) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) protected boolean
isPropertyModified
(String property)
-
Field Details
-
userAccountBuilder
-
accountId
-
-
Constructor Details
-
UpdateUserAccountCmd
-
-
Method Details
-
execute
public UserAccountEntity execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<UserAccountEntity>
-
isPropertyModified
-