Package org.imixs.workflow.office.forms
Class CommentLogHandler
java.lang.Object
org.imixs.workflow.office.forms.CommentLogHandler
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonWorkflowEvent(org.imixs.workflow.faces.data.WorkflowEvent workflowEvent) WorkflowEvent listener to fix a corrupted txtCommentLog item.
-
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
-