Class AProcessingResult

    • Constructor Detail

      • AProcessingResult

        public AProcessingResult​(boolean successfull)
    • Method Detail

      • getSuccessValue

        public boolean getSuccessValue()
        Specified by:
        getSuccessValue in interface IProcessingResult
        Returns:
        Whether the workflow action was executed successfully.
      • getSessionAttributeMap

        public Map<String,​Serializable> getSessionAttributeMap()
        Description copied from interface: IProcessingResult
        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.
        Specified by:
        getSessionAttributeMap in interface IProcessingResult
        Returns:
        A Map with session attributes to set on the HttpSession.
      • setSessionAttributeMap

        public void setSessionAttributeMap​(Map<String,​Serializable> sessionAttributes)