Class Xs2aAccountListingService
- java.lang.Object
-
- de.adorsys.opba.protocol.bpmnshared.service.exec.ValidatedExecution<Xs2aAisContext>
-
- de.adorsys.opba.protocol.xs2a.service.xs2a.ais.Xs2aAccountListingService
-
- All Implemented Interfaces:
org.flowable.engine.delegate.JavaDelegate
@Service("xs2aAccountListing") public class Xs2aAccountListingService extends ValidatedExecution<Xs2aAisContext>Calls ASPSP XS2A API to list the accounts 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 classXs2aAccountListingService.Extractor
-
Constructor Summary
Constructors Constructor Description Xs2aAccountListingService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoRealExecution(org.flowable.engine.delegate.DelegateExecution execution, Xs2aAisContext context)protected voiddoValidate(org.flowable.engine.delegate.DelegateExecution execution, Xs2aAisContext 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, Xs2aAisContext context)- Overrides:
doValidatein classValidatedExecution<Xs2aAisContext>
-
doRealExecution
protected void doRealExecution(org.flowable.engine.delegate.DelegateExecution execution, Xs2aAisContext context)- Specified by:
doRealExecutionin classValidatedExecution<Xs2aAisContext>
-
-