public class GetUserDefinitionModelByKeyCmd extends AbstractNeedsUserDefinitionCmd implements 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(CommandContext commandContext) |
getUserDefinitionModel, resolveUserDefinition
public GetUserDefinitionModelByKeyCmd(String key)
public UserDefinitionModel execute(CommandContext commandContext)
execute
in interface Command<UserDefinitionModel>