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