public interface IPluginFormPreProcessRetVal extends IPluginReturnValue, Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
getContinueProcessing() |
default Map<String,Serializable> |
getSessionAttributeMap()
A map of key-value pairs with session attributes that are written to the
HttpSession. |
boolean getContinueProcessing()
true to proceed with workflow processing as usual, {code false} to prevent the workflow from being
run and display a generic error page.default Map<String,Serializable> getSessionAttributeMap()
HttpSession. When the session
already contains a value for a parameter, it is overwritten.Map with session attributes to set on the HttpSession.Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.