Class Xs2aRestorePreValidationContext
- java.lang.Object
-
- de.adorsys.opba.protocol.xs2a.service.validation.Xs2aRestorePreValidationContext
-
- All Implemented Interfaces:
org.flowable.engine.delegate.JavaDelegate
@Service("xs2aRestorePreValidationContext") public class Xs2aRestorePreValidationContext extends Object implements org.flowable.engine.delegate.JavaDelegateRestore the context as it was before validation. As executing validation process changes the context variables with i.e. stub values or intermediate values, this service restores the context to the state it was before validation process was executed.
-
-
Constructor Summary
Constructors Constructor Description Xs2aRestorePreValidationContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.flowable.engine.delegate.DelegateExecution execution)
-