AusweisApp2
 Alle Klassen Namensbereiche Dateien Funktionen Variablen Typdefinitionen Aufzählungen Aufzählungswerte Propertys Freundbeziehungen Makrodefinitionen
governikus::ActivationContext Klassenreferenzabstract

#include <ActivationContext.h>

Klassendiagramm für governikus::ActivationContext:

Öffentliche Methoden

 ActivationContext ()
 
virtual ~ActivationContext ()
 
virtual QUrl getActivationURL () const =0
 
virtual bool sendProcessing ()=0
 Sends a processing status response to the caller. Mehr ...
 
virtual bool sendOperationAlreadyActive ()=0
 Sends a response to the caller indicating that another operation is already in progress. Mehr ...
 
virtual bool sendErrorPage (HttpStatusCode pStatusCode, const GlobalStatus &pStatus)=0
 Sends an error page to the caller. Mehr ...
 
virtual bool sendRedirect (const QUrl &pRedirectAddress, const GlobalStatus &pStatus)=0
 Sends a redirect to the caller. Mehr ...
 
const QString & getSendError () const
 Returns the last error that occurred during a send operation. Mehr ...
 

Geschützte Attribute

QString mSendError
 

Beschreibung der Konstruktoren und Destruktoren

ActivationContext::ActivationContext ( )
ActivationContext::~ActivationContext ( )
virtual

Dokumentation der Elementfunktionen

virtual QUrl governikus::ActivationContext::getActivationURL ( ) const
pure virtual
const QString& governikus::ActivationContext::getSendError ( ) const
inline

Returns the last error that occurred during a send operation.

virtual bool governikus::ActivationContext::sendErrorPage ( HttpStatusCode  pStatusCode,
const GlobalStatus pStatus 
)
pure virtual

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 in governikus::WebserviceActivationContext, governikus::IntentActivationContext, governikus::CustomSchemeActivationContext und governikus::InternalActivationContext.

virtual bool governikus::ActivationContext::sendOperationAlreadyActive ( )
pure virtual

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 in governikus::WebserviceActivationContext, governikus::IntentActivationContext, governikus::CustomSchemeActivationContext und governikus::InternalActivationContext.

virtual bool governikus::ActivationContext::sendProcessing ( )
pure virtual

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 in governikus::WebserviceActivationContext, governikus::IntentActivationContext, governikus::CustomSchemeActivationContext und governikus::InternalActivationContext.

virtual bool governikus::ActivationContext::sendRedirect ( const QUrl &  pRedirectAddress,
const GlobalStatus pStatus 
)
pure virtual

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 in governikus::WebserviceActivationContext, governikus::IntentActivationContext, governikus::CustomSchemeActivationContext und governikus::InternalActivationContext.

Dokumentation der Datenelemente

QString governikus::ActivationContext::mSendError
protected

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