AusweisApp2
Lade ...
Suche ...
Keine Treffer
governikus::WebserviceActivationContext Klassenreferenz

#include <WebserviceActivationContext.h>

Klassendiagramm für governikus::WebserviceActivationContext:

Öffentliche Methoden

 WebserviceActivationContext (const QSharedPointer< HttpRequest > &pRequest)
 
 ~WebserviceActivationContext () override=default
 
QUrl getActivationURL () const override
 
bool sendProcessing () override
 Sends a processing status response to the caller.
 
bool sendOperationAlreadyActive () override
 Sends a response to the caller indicating that another operation is already in progress.
 
bool sendErrorPage (http_status pStatusCode, const GlobalStatus &pStatus) override
 Sends an error page to the caller.
 
bool sendRedirect (const QUrl &pRedirectAddress, const GlobalStatus &pStatus) override
 Sends a redirect to the caller.
 
- Öffentliche Methoden geerbt von governikus::ActivationContext
 ActivationContext ()
 
 ~ActivationContext () override=default
 
virtual QUrl getActivationURL () const =0
 
virtual bool sendProcessing ()=0
 Sends a processing status response to the caller.
 
virtual bool sendOperationAlreadyActive ()=0
 Sends a response to the caller indicating that another operation is already in progress.
 
virtual bool sendErrorPage (http_status pStatusCode, const GlobalStatus &pStatus)=0
 Sends an error page to the caller.
 
virtual bool sendRedirect (const QUrl &pRedirectAddress, const GlobalStatus &pStatus)=0
 Sends a redirect to the caller.
 
const QString & getSendError () const
 Returns the last error that occurred during a send operation.
 

Weitere Geerbte Elemente

- Geschützte Methoden geerbt von governikus::ActivationContext
void setSendError (const QString &pError)
 

Beschreibung der Konstruktoren und Destruktoren

◆ WebserviceActivationContext()

WebserviceActivationContext::WebserviceActivationContext ( const QSharedPointer< HttpRequest > &  pRequest)
explicit

◆ ~WebserviceActivationContext()

governikus::WebserviceActivationContext::~WebserviceActivationContext ( )
overridedefault

Dokumentation der Elementfunktionen

◆ getActivationURL()

QUrl WebserviceActivationContext::getActivationURL ( ) const
overridevirtual

◆ sendErrorPage()

bool WebserviceActivationContext::sendErrorPage ( http_status  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.

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

◆ sendOperationAlreadyActive()

bool WebserviceActivationContext::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.

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

◆ sendProcessing()

bool WebserviceActivationContext::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.

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

◆ sendRedirect()

bool WebserviceActivationContext::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.

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Dateien: