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