Class Xs2aPisPersistPaymentAndContext
- java.lang.Object
-
- de.adorsys.opba.protocol.bpmnshared.service.exec.ValidatedExecution<Xs2aPisContext>
-
- de.adorsys.opba.protocol.xs2a.service.xs2a.payment.Xs2aPisPersistPaymentAndContext
-
- All Implemented Interfaces:
org.flowable.engine.delegate.JavaDelegate
@Service("xs2aPisPersistPaymentAndContext") public class Xs2aPisPersistPaymentAndContext extends ValidatedExecution<Xs2aPisContext>Persists the context and the associated context with it to the database. The context is necessary for future reuse - to validate the payment type, if it can be applied to current operation, etc.
-
-
Constructor Summary
Constructors Constructor Description Xs2aPisPersistPaymentAndContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoRealExecution(org.flowable.engine.delegate.DelegateExecution execution, Xs2aPisContext context)-
Methods inherited from class de.adorsys.opba.protocol.bpmnshared.service.exec.ValidatedExecution
doAfterCall, doMockedExecution, doPrepareContext, doValidate, execute
-
-
-
-
Method Detail
-
doRealExecution
protected void doRealExecution(org.flowable.engine.delegate.DelegateExecution execution, Xs2aPisContext context)- Specified by:
doRealExecutionin classValidatedExecution<Xs2aPisContext>
-
-