Class Xs2aStorePreValidationContext

  • All Implemented Interfaces:
    org.flowable.engine.delegate.JavaDelegate

    @Service("xs2aStorePreValidationContext")
    public class Xs2aStorePreValidationContext
    extends Object
    implements org.flowable.engine.delegate.JavaDelegate
    Stores the context before calling validation process, so that Xs2aRestorePreValidationContext can restore it to the state it was before validation.
    • Constructor Detail

      • Xs2aStorePreValidationContext

        public Xs2aStorePreValidationContext()
    • Method Detail

      • execute

        public void execute​(org.flowable.engine.delegate.DelegateExecution execution)
        Specified by:
        execute in interface org.flowable.engine.delegate.JavaDelegate