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