public class NewResponseCommand extends AbstractCommand
| Modifier and Type | Field and Description |
|---|---|
boolean |
_created |
boolean |
_nullResponses |
NodePath |
_operationPath |
String |
_statusCode |
Object |
sourceResponse |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Document document)
Called to execute the command against the given document.
|
void |
undo(Document document)
Called to undo the command (restore the document to a previous state).
|
isNullOrUndefined, typepublic NodePath _operationPath
public String _statusCode
public boolean _created
public boolean _nullResponses
public Object sourceResponse
public void execute(Document document)
ICommandCopyright © 2019 Red Hat. All rights reserved.