Interface IPluginFormPreProcessRetVal

All Superinterfaces:
IPluginReturnValue, Serializable
All Known Implementing Classes:
PluginGenericFormProcessingRetVal

public interface IPluginFormPreProcessRetVal extends IPluginReturnValue, Serializable
Interface for the return value of form pre-process plugins.
Author:
XIMA MEDIA GmbH
  • Method Details

    • getContinueProcessing

      boolean getContinueProcessing()
      Returns:
      true to proceed with workflow processing as usual, {code false} to prevent the workflow from being run and display a generic error page.
    • getSessionAttributeMap

      default Map<String,Serializable> getSessionAttributeMap()
      A map of key-value pairs with session attributes that are written to the HttpSession. When the session already contains a value for a parameter, it is overwritten.
      Returns:
      A Map with session attributes to set on the HttpSession.
      Since:
      6.1
    • getFrqSessionAttributeMap

      default Map<Serializable,Serializable> getFrqSessionAttributeMap()
      A map of key-value pairs with FRQ session attributes that are written to the FRQSession. When the session already contains a value for a parameter, it is overwritten.
      Returns:
      A Map with FRQ session attributes to set on the FRQSession.
      Since:
      7.4.0