#include <CustomSchemeActivationContext.h>
CustomSchemeActivationContext::CustomSchemeActivationContext |
( |
const QUrl & |
pActivationUrl | ) |
|
CustomSchemeActivationContext::~CustomSchemeActivationContext |
( |
| ) |
|
|
overridevirtual |
void governikus::CustomSchemeActivationContext::fireShowUserInformation |
( |
const QString & |
pMessage | ) |
|
|
signal |
QUrl CustomSchemeActivationContext::getActivationURL |
( |
| ) |
const |
|
overridevirtual |
bool CustomSchemeActivationContext::sendErrorPage |
( |
HttpStatusCode |
pStatusCode, |
|
|
const GlobalStatus & |
pStatus |
|
) |
| |
|
overridevirtual |
Sends an error page to the caller.
- Rückgabe
- true, if sending succeeded, false otherwise. On failure an error message can be retrieved via getSendError.
Implementiert governikus::ActivationContext.
bool CustomSchemeActivationContext::sendOperationAlreadyActive |
( |
| ) |
|
|
overridevirtual |
Sends a response to the caller indicating that another operation is already in progress.
- Rückgabe
- true, if sending succeeded, false otherwise. On failure an error message can be retrieved via getSendError.
Implementiert governikus::ActivationContext.
bool CustomSchemeActivationContext::sendProcessing |
( |
| ) |
|
|
overridevirtual |
Sends a processing status response to the caller.
- Rückgabe
- true, if sending succeeded, false otherwise. On failure an error message can be retrieved via getSendError.
Implementiert governikus::ActivationContext.
bool CustomSchemeActivationContext::sendRedirect |
( |
const QUrl & |
pRedirectAddress, |
|
|
const GlobalStatus & |
pStatus |
|
) |
| |
|
overridevirtual |
Sends a redirect to the caller.
- Rückgabe
- true, if sending succeeded, false otherwise. On failure an error message can be retrieved via getSendError.
Implementiert governikus::ActivationContext.
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Dateien: