public class UpdateUserAccountCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<UserAccountEntity>
| Modifier and Type | Field and Description |
|---|---|
protected String |
accountId |
protected UserAccountBuilderImpl |
userAccountBuilder |
| Constructor and Description |
|---|
UpdateUserAccountCmd(UserAccountBuilderImpl userAccountBuilder,
String accountId) |
| Modifier and Type | Method and Description |
|---|---|
UserAccountEntity |
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
protected boolean |
isPropertyModified(String property) |
protected final UserAccountBuilderImpl userAccountBuilder
protected final String accountId
public UpdateUserAccountCmd(UserAccountBuilderImpl userAccountBuilder, String accountId)
public UserAccountEntity execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
execute in interface org.flowable.common.engine.impl.interceptor.Command<UserAccountEntity>protected boolean isPropertyModified(String property)
Copyright © 2019. All rights reserved.