Class 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:
    Serialized Form
    • Constructor Detail

      • CommentLogHandler

        public CommentLogHandler()
    • Method Detail

      • 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