#include <WorkflowRequest.h>
|
| template<typename Controller, typename Context, typename ... Args> |
| static QSharedPointer< WorkflowRequest > | create (Args &&... pArgs) |
| template<typename Controller, typename Context, typename ... Args> |
| static QSharedPointer< WorkflowRequest > | createHandler (const BusyHandler &pBusyHandler, Args &&... pArgs) |
| template<typename Controller, typename Context, typename ... Args> |
| static QSharedPointer< WorkflowRequest > | createHandler (const BusyHandler &pBusyHandler, const QVariant &pData, Args &&... pArgs) |
◆ WorkflowRequest()
| governikus::WorkflowRequest::WorkflowRequest |
( |
const std::function< QSharedPointer< WorkflowController >(const QSharedPointer< WorkflowContext > &pContext)> & | pGeneratorController, |
|
|
const std::function< QSharedPointer< WorkflowContext >()> & | pGeneratorContext, |
|
|
const BusyHandler & | pHandler = BusyHandler(), |
|
|
const QVariant & | pData = QVariant() ) |
◆ create()
template<typename Controller, typename Context, typename ... Args>
| QSharedPointer< WorkflowRequest > governikus::WorkflowRequest::create |
( |
Args &&... | pArgs | ) |
|
|
inlinestatic |
◆ createHandler() [1/2]
template<typename Controller, typename Context, typename ... Args>
| QSharedPointer< WorkflowRequest > governikus::WorkflowRequest::createHandler |
( |
const BusyHandler & | pBusyHandler, |
|
|
Args &&... | pArgs ) |
|
inlinestatic |
◆ createHandler() [2/2]
template<typename Controller, typename Context, typename ... Args>
| QSharedPointer< WorkflowRequest > governikus::WorkflowRequest::createHandler |
( |
const BusyHandler & | pBusyHandler, |
|
|
const QVariant & | pData, |
|
|
Args &&... | pArgs ) |
|
inlinestatic |
◆ getAction()
| Action WorkflowRequest::getAction |
( |
| ) |
const |
|
nodiscard |
◆ getContext()
| QSharedPointer< WorkflowContext > WorkflowRequest::getContext |
( |
| ) |
const |
|
nodiscard |
◆ getController()
◆ getData()
| QVariant WorkflowRequest::getData |
( |
| ) |
const |
|
nodiscard |
◆ handleBusyWorkflow()
| WorkflowControl WorkflowRequest::handleBusyWorkflow |
( |
const QSharedPointer< WorkflowRequest > & | pActiveWorkflow, |
|
|
const QSharedPointer< WorkflowRequest > & | pWaitingWorkflow ) const |
|
nodiscard |
◆ initialize()
| void WorkflowRequest::initialize |
( |
| ) |
|
◆ isInitialized()
| bool WorkflowRequest::isInitialized |
( |
| ) |
const |
|
nodiscard |
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Dateien: