Class CommentLogHandler

java.lang.Object
org.imixs.workflow.office.forms.CommentLogHandler
All Implemented Interfaces:
Serializable

@Named @RequestScoped public class CommentLogHandler extends Object implements Serializable
This CDI bean fixes corrupted data in the item txtcommentLog. Because of a previous bug the item txtCommentLog can contain an invalid data structure. The CDI bean reaction the WORKITEM_CHANGED event and fixes the item if a corrupted data structure was detected. (Issue #289)
Author:
rsoika
See Also:
  • Constructor Details

    • CommentLogHandler

      public CommentLogHandler()
  • Method Details

    • onWorkflowEvent

      public void onWorkflowEvent(@Observes org.imixs.workflow.faces.data.WorkflowEvent workflowEvent) throws org.imixs.workflow.exceptions.AccessDeniedException
      WorkflowEvent listener to fix a corrupted txtCommentLog item.
      Parameters:
      workflowEvent -
      Throws:
      org.imixs.workflow.exceptions.AccessDeniedException