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

#include <IntentActivationContext.h>

Klassendiagramm für governikus::IntentActivationContext:

Signale

void fireShowUserInformation (const QString &pMessage)
 

Öffentliche Methoden

 IntentActivationContext (const QUrl &pActivationUrl)
 
virtual ~IntentActivationContext () override
 
QUrl getActivationURL () const override
 
bool sendProcessing () override
 Sends a processing status response to the caller. Mehr ...
 
bool sendOperationAlreadyActive () override
 Sends a response to the caller indicating that another operation is already in progress. Mehr ...
 
bool sendErrorPage (HttpStatusCode pStatusCode, const GlobalStatus &pStatus) override
 Sends an error page to the caller. Mehr ...
 
bool sendRedirect (const QUrl &pRedirectAddress, const GlobalStatus &pResult) override
 Sends a redirect to the caller. Mehr ...
 
- Öffentliche Methoden geerbt von governikus::ActivationContext
 ActivationContext ()
 
virtual ~ActivationContext ()
 
const QString & getSendError () const
 Returns the last error that occurred during a send operation. Mehr ...
 

Weitere Geerbte Elemente

- Geschützte Attribute geerbt von governikus::ActivationContext
QString mSendError
 

Beschreibung der Konstruktoren und Destruktoren

IntentActivationContext::IntentActivationContext ( const QUrl &  pActivationUrl)
IntentActivationContext::~IntentActivationContext ( )
overridevirtual

Dokumentation der Elementfunktionen

void governikus::IntentActivationContext::fireShowUserInformation ( const QString &  pMessage)
signal

Hier ist ein Graph der zeigt, wo diese Funktion aufgerufen wird:

QUrl IntentActivationContext::getActivationURL ( ) const
overridevirtual
bool IntentActivationContext::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 IntentActivationContext::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 IntentActivationContext::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 IntentActivationContext::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: