Package com.flowable.idm.engine.impl.cmd
Class UpdateUserAccountCmd
- java.lang.Object
-
- com.flowable.idm.engine.impl.cmd.UpdateUserAccountCmd
-
- All Implemented Interfaces:
Command<UserAccountEntity>
public class UpdateUserAccountCmd extends Object implements Command<UserAccountEntity>
- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected String
accountId
protected UserAccountBuilderImpl
userAccountBuilder
-
Constructor Summary
Constructors Constructor Description UpdateUserAccountCmd(UserAccountBuilderImpl userAccountBuilder, String accountId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserAccountEntity
execute(CommandContext commandContext)
protected boolean
isPropertyModified(String property)
-
-
-
Field Detail
-
userAccountBuilder
protected final UserAccountBuilderImpl userAccountBuilder
-
accountId
protected final String accountId
-
-
Constructor Detail
-
UpdateUserAccountCmd
public UpdateUserAccountCmd(UserAccountBuilderImpl userAccountBuilder, String accountId)
-
-
Method Detail
-
execute
public UserAccountEntity execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<UserAccountEntity>
-
isPropertyModified
protected boolean isPropertyModified(String property)
-
-