#include <MockActivationContext.h>
◆ MockActivationContext()
MockActivationContext::MockActivationContext |
( |
bool |
pProcessing = false , |
|
|
bool |
pAlreadyActive = false , |
|
|
bool |
pErroPage = false , |
|
|
bool |
pRedirect = false , |
|
|
const QString & |
pSendError = QString() |
|
) |
| |
◆ ~MockActivationContext()
MockActivationContext::~MockActivationContext |
( |
| ) |
|
|
overridevirtual |
◆ getActivationURL()
virtual QUrl governikus::MockActivationContext::getActivationURL |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ isSendAlreadyActiveCalled()
bool governikus::MockActivationContext::isSendAlreadyActiveCalled |
( |
| ) |
const |
|
inline |
◆ isSendErroPageCalled()
bool governikus::MockActivationContext::isSendErroPageCalled |
( |
| ) |
const |
|
inline |
◆ isSendProcessingCalled()
bool governikus::MockActivationContext::isSendProcessingCalled |
( |
| ) |
const |
|
inline |
◆ isSendRedirectCalled()
bool governikus::MockActivationContext::isSendRedirectCalled |
( |
| ) |
const |
|
inline |
◆ sendErrorPage()
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.
◆ sendOperationAlreadyActive()
virtual bool governikus::MockActivationContext::sendOperationAlreadyActive |
( |
| ) |
|
|
inlineoverridevirtual |
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.
◆ sendProcessing()
virtual bool governikus::MockActivationContext::sendProcessing |
( |
| ) |
|
|
inlineoverridevirtual |
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.
◆ sendRedirect()
virtual bool governikus::MockActivationContext::sendRedirect |
( |
const QUrl & |
pRedirectAddress, |
|
|
const GlobalStatus & |
pStatus |
|
) |
| |
|
inlineoverridevirtual |
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: