public class GetUserDefinitionModelByIdCmd extends Object implements Command<UserDefinitionModel>
Modifier and Type | Field and Description |
---|---|
protected String |
userDefinitionId |
Constructor and Description |
---|
GetUserDefinitionModelByIdCmd(String userDefinitionId) |
Modifier and Type | Method and Description |
---|---|
UserDefinitionModel |
execute(CommandContext commandContext) |
protected final String userDefinitionId
public GetUserDefinitionModelByIdCmd(String userDefinitionId)
public UserDefinitionModel execute(CommandContext commandContext)
execute
in interface Command<UserDefinitionModel>