public class FindUserDefinitionCmd extends Object implements Command<UserDefinitionEntity>
Modifier and Type | Field and Description |
---|---|
protected String |
definitionKey |
protected String |
tenantId |
Constructor and Description |
---|
FindUserDefinitionCmd(String definitionKey,
String tenantId) |
Modifier and Type | Method and Description |
---|---|
UserDefinitionEntity |
execute(CommandContext commandContext) |
public UserDefinitionEntity execute(CommandContext commandContext)
execute
in interface Command<UserDefinitionEntity>