Class CreateSinglePaymentService
- java.lang.Object
-
- de.adorsys.opba.protocol.bpmnshared.service.exec.ValidatedExecution<Xs2aPisContext>
-
- de.adorsys.opba.protocol.xs2a.service.xs2a.payment.CreateSinglePaymentService
-
- All Implemented Interfaces:
org.flowable.engine.delegate.JavaDelegate
@Service("xs2aSinglePaymentInitiate") public class CreateSinglePaymentService extends ValidatedExecution<Xs2aPisContext>Initiates Account list consent by sending mappedAisConsentfrom the context to ASPSP API.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateSinglePaymentService.Extractor
-
Constructor Summary
Constructors Constructor Description CreateSinglePaymentService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoMockedExecution(org.flowable.engine.delegate.DelegateExecution execution, Xs2aPisContext context)protected voiddoPrepareContext(org.flowable.engine.delegate.DelegateExecution execution, Xs2aPisContext context)protected voiddoRealExecution(org.flowable.engine.delegate.DelegateExecution execution, Xs2aPisContext context)protected voiddoValidate(org.flowable.engine.delegate.DelegateExecution execution, Xs2aPisContext context)-
Methods inherited from class de.adorsys.opba.protocol.bpmnshared.service.exec.ValidatedExecution
doAfterCall, execute
-
-
-
-
Method Detail
-
doPrepareContext
protected void doPrepareContext(org.flowable.engine.delegate.DelegateExecution execution, Xs2aPisContext context)- Overrides:
doPrepareContextin classValidatedExecution<Xs2aPisContext>
-
doValidate
protected void doValidate(org.flowable.engine.delegate.DelegateExecution execution, Xs2aPisContext context)- Overrides:
doValidatein classValidatedExecution<Xs2aPisContext>
-
doRealExecution
protected void doRealExecution(org.flowable.engine.delegate.DelegateExecution execution, Xs2aPisContext context)- Specified by:
doRealExecutionin classValidatedExecution<Xs2aPisContext>
-
doMockedExecution
protected void doMockedExecution(org.flowable.engine.delegate.DelegateExecution execution, Xs2aPisContext context)- Overrides:
doMockedExecutionin classValidatedExecution<Xs2aPisContext>
-
-