Class Xs2aTransactionListingService
- java.lang.Object
-
- de.adorsys.opba.protocol.bpmnshared.service.exec.ValidatedExecution<TransactionListXs2aContext>
-
- de.adorsys.opba.protocol.xs2a.service.xs2a.ais.Xs2aTransactionListingService
-
- All Implemented Interfaces:
org.flowable.engine.delegate.JavaDelegate
@Service("xs2aTransactionListing") public class Xs2aTransactionListingService extends ValidatedExecution<TransactionListXs2aContext>Calls ASPSP XS2A API to list transactions of the account using already existing consent. The result with account list is published asProcessResponseto the event bus.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classXs2aTransactionListingService.Extractorstatic classXs2aTransactionListingService.ResourceIdOptionalIfListTransactionsForConsentSpecial override for ListTransaction resourceId validation for the case when FinTech requires global consent for transactions, acccounts, balances on all accounts.
-
Constructor Summary
Constructors Constructor Description Xs2aTransactionListingService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoRealExecution(org.flowable.engine.delegate.DelegateExecution execution, TransactionListXs2aContext context)protected voiddoValidate(org.flowable.engine.delegate.DelegateExecution execution, TransactionListXs2aContext context)-
Methods inherited from class de.adorsys.opba.protocol.bpmnshared.service.exec.ValidatedExecution
doAfterCall, doMockedExecution, doPrepareContext, execute
-
-
-
-
Method Detail
-
doValidate
protected void doValidate(org.flowable.engine.delegate.DelegateExecution execution, TransactionListXs2aContext context)- Overrides:
doValidatein classValidatedExecution<TransactionListXs2aContext>
-
doRealExecution
protected void doRealExecution(org.flowable.engine.delegate.DelegateExecution execution, TransactionListXs2aContext context)- Specified by:
doRealExecutionin classValidatedExecution<TransactionListXs2aContext>
-
-