public abstract class DeleteSecuritySchemeCommand extends AbstractCommand
| Modifier and Type | Field and Description |
|---|---|
Object |
_oldScheme |
String |
_schemeName |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Object |
doDeleteScheme(Document document)
Deletes the scheme.
|
protected abstract void |
doRestoreScheme(Document document,
Object oldScheme)
Restores the previously deleted scheme.
|
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 void execute(Document document)
ICommandpublic void undo(Document document)
ICommandprotected abstract Object doDeleteScheme(Document document)
document - Copyright © 2019 Red Hat. All rights reserved.