#include <WorkflowContext.h>
◆ WorkflowContext()
| WorkflowContext::WorkflowContext |
( |
| ) |
|
◆ ~WorkflowContext()
| WorkflowContext::~WorkflowContext |
( |
| ) |
|
|
override |
◆ currentReaderHasEidCardButInsufficientApduLength()
| bool WorkflowContext::currentReaderHasEidCardButInsufficientApduLength |
( |
| ) |
const |
◆ fireCanAllowedModeChanged
| void governikus::WorkflowContext::fireCanAllowedModeChanged |
( |
| ) |
|
|
signal |
◆ fireCancelWorkflow
| void governikus::WorkflowContext::fireCancelWorkflow |
( |
| ) |
|
|
signal |
◆ fireCanChanged
| void governikus::WorkflowContext::fireCanChanged |
( |
| ) |
|
|
signal |
◆ fireCardConnectionChanged
| void governikus::WorkflowContext::fireCardConnectionChanged |
( |
| ) |
|
|
signal |
◆ fireNextWorkflowPending
| void governikus::WorkflowContext::fireNextWorkflowPending |
( |
| ) |
|
|
signal |
◆ firePaceResultUpdated
| void governikus::WorkflowContext::firePaceResultUpdated |
( |
| ) |
|
|
signal |
◆ firePasswordTypeChanged
| void governikus::WorkflowContext::firePasswordTypeChanged |
( |
| ) |
|
|
signal |
◆ firePinChanged
| void governikus::WorkflowContext::firePinChanged |
( |
| ) |
|
|
signal |
◆ firePukChanged
| void governikus::WorkflowContext::firePukChanged |
( |
| ) |
|
|
signal |
◆ fireReaderInfoChanged
| void governikus::WorkflowContext::fireReaderInfoChanged |
( |
| ) |
|
|
signal |
◆ fireReaderNameChanged
| void governikus::WorkflowContext::fireReaderNameChanged |
( |
| ) |
|
|
signal |
◆ fireReaderPlugInTypesChanged
| void governikus::WorkflowContext::fireReaderPlugInTypesChanged |
( |
| ) |
|
|
signal |
◆ fireResultChanged
| void governikus::WorkflowContext::fireResultChanged |
( |
| ) |
|
|
signal |
◆ fireStateApprovedChanged
| void governikus::WorkflowContext::fireStateApprovedChanged |
( |
bool |
pApproved | ) |
|
|
signal |
◆ fireStateChanged
| void governikus::WorkflowContext::fireStateChanged |
( |
const QString & |
pNewState | ) |
|
|
signal |
◆ getCan()
| const QString & WorkflowContext::getCan |
( |
| ) |
const |
◆ getCardConnection()
| const QSharedPointer< CardConnection > & WorkflowContext::getCardConnection |
( |
| ) |
const |
◆ getCurrentState()
| const QString & WorkflowContext::getCurrentState |
( |
| ) |
const |
◆ getEstablishPaceChannelType()
| PacePasswordId WorkflowContext::getEstablishPaceChannelType |
( |
| ) |
const |
◆ getExpectedReader()
| const ReaderInfo & WorkflowContext::getExpectedReader |
( |
| ) |
const |
◆ getExpectedRetryCounter()
| int WorkflowContext::getExpectedRetryCounter |
( |
| ) |
const |
◆ getLastPaceResult()
| CardReturnCode WorkflowContext::getLastPaceResult |
( |
| ) |
const |
◆ getPaceOutputData()
◆ getPin()
| const QString & WorkflowContext::getPin |
( |
| ) |
const |
◆ getPuk()
| const QString & WorkflowContext::getPuk |
( |
| ) |
const |
◆ getReaderName()
| const QString & WorkflowContext::getReaderName |
( |
| ) |
const |
◆ getReaderPlugInTypes()
| const QVector< ReaderManagerPlugInType > & WorkflowContext::getReaderPlugInTypes |
( |
| ) |
const |
◆ getStartPaosResult()
◆ getStatus()
◆ handleWrongNpaPosition()
| void WorkflowContext::handleWrongNpaPosition |
( |
| ) |
|
◆ hasNextWorkflowPending()
| bool WorkflowContext::hasNextWorkflowPending |
( |
| ) |
const |
◆ isCanAllowedMode()
| bool WorkflowContext::isCanAllowedMode |
( |
| ) |
const |
|
virtual |
◆ isErrorReportedToUser()
| bool WorkflowContext::isErrorReportedToUser |
( |
| ) |
const |
◆ isExpectedReader()
| bool WorkflowContext::isExpectedReader |
( |
| ) |
const |
◆ isNpaRepositioningRequired()
| bool WorkflowContext::isNpaRepositioningRequired |
( |
| ) |
const |
◆ isPaceResultReportedToUser()
| bool WorkflowContext::isPaceResultReportedToUser |
( |
| ) |
const |
◆ isPinBlocked()
| bool WorkflowContext::isPinBlocked |
( |
| ) |
|
◆ isStateApproved()
| bool WorkflowContext::isStateApproved |
( |
| ) |
const |
◆ isWorkflowCancelled()
| bool WorkflowContext::isWorkflowCancelled |
( |
| ) |
const |
◆ isWorkflowCancelledInState()
| bool WorkflowContext::isWorkflowCancelledInState |
( |
| ) |
const |
◆ isWorkflowFinished()
| bool WorkflowContext::isWorkflowFinished |
( |
| ) |
const |
◆ isWorkflowKilled()
| bool WorkflowContext::isWorkflowKilled |
( |
| ) |
const |
◆ killWorkflow()
| void WorkflowContext::killWorkflow |
( |
| ) |
|
◆ rememberReader()
| void WorkflowContext::rememberReader |
( |
| ) |
|
◆ resetCardConnection()
| void WorkflowContext::resetCardConnection |
( |
| ) |
|
◆ resetLastPaceResult()
| void WorkflowContext::resetLastPaceResult |
( |
| ) |
|
◆ resetPacePasswords()
| void WorkflowContext::resetPacePasswords |
( |
| ) |
|
|
virtual |
◆ setCan()
| void WorkflowContext::setCan |
( |
const QString & |
pCan | ) |
|
◆ setCardConnection()
| void WorkflowContext::setCardConnection |
( |
const QSharedPointer< CardConnection > & |
pCardConnection | ) |
|
◆ setCurrentReaderHasEidCardButInsufficientApduLength()
| void WorkflowContext::setCurrentReaderHasEidCardButInsufficientApduLength |
( |
bool |
pState | ) |
|
◆ setCurrentState()
| void WorkflowContext::setCurrentState |
( |
const QString & |
pNewState | ) |
|
◆ setErrorReportedToUser()
| void WorkflowContext::setErrorReportedToUser |
( |
bool |
pErrorReportedToUser = true | ) |
|
◆ setEstablishPaceChannelType()
| void WorkflowContext::setEstablishPaceChannelType |
( |
PacePasswordId |
pType | ) |
|
◆ setExpectedRetryCounter()
| void WorkflowContext::setExpectedRetryCounter |
( |
int |
pExpectedRetryCounter | ) |
|
◆ setLastPaceResult()
| void WorkflowContext::setLastPaceResult |
( |
CardReturnCode |
pLastPaceResult | ) |
|
◆ setNextWorkflowPending()
| void WorkflowContext::setNextWorkflowPending |
( |
bool |
pNextWorkflowPending | ) |
|
◆ setNpaPositionVerified()
| void WorkflowContext::setNpaPositionVerified |
( |
| ) |
|
◆ setPaceOutputData()
◆ setPaceResultReportedToUser()
| void WorkflowContext::setPaceResultReportedToUser |
( |
bool |
pReported = true | ) |
|
◆ setPin()
| void WorkflowContext::setPin |
( |
const QString & |
pPin | ) |
|
◆ setPuk()
| void WorkflowContext::setPuk |
( |
const QString & |
pPuk | ) |
|
◆ setReaderName()
| void WorkflowContext::setReaderName |
( |
const QString & |
pReaderName | ) |
|
◆ setReaderPlugInTypes()
| void WorkflowContext::setReaderPlugInTypes |
( |
const QVector< ReaderManagerPlugInType > & |
pReaderPlugInTypes | ) |
|
◆ setStartPaosResult()
| void WorkflowContext::setStartPaosResult |
( |
const ECardApiResult & |
pStartPaosResult | ) |
|
◆ setStateApproved()
| void WorkflowContext::setStateApproved |
( |
bool |
pApproved = true | ) |
|
◆ setStatus()
| void WorkflowContext::setStatus |
( |
const GlobalStatus & |
pResult | ) |
|
◆ setWorkflowCancelledInState()
| void WorkflowContext::setWorkflowCancelledInState |
( |
| ) |
|
◆ setWorkflowFinished()
| void WorkflowContext::setWorkflowFinished |
( |
bool |
pWorkflowFinished | ) |
|
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Dateien: