public final class ReadDocumentCommand extends BaseCommand implements Command
| Constructor and Description |
|---|
ReadDocumentCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(DSession session,
Map parameters,
PrintWriter printWriter)
Executes the command.
|
getParameterStringpublic void execute(DSession session, Map parameters, PrintWriter printWriter) throws DNotesException, IOException
execute in interface Commandexecute in class BaseCommandsession - domingo session for executionparameters - request parametersprintWriter - writer for the responseDNotesException - if the command cannot be executedIOException - if the response could not be created or completedCommand.execute(DSession, java.util.Map, java.io.PrintWriter)Copyright © 2005–2020. All rights reserved.