Package org.imixs.workflow.office.forms
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommentLogHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonWorkflowEvent(org.imixs.workflow.faces.data.WorkflowEvent workflowEvent)WorkflowEvent listener to fix a corrupted txtCommentLog item.
-
-
-
Method Detail
-
onWorkflowEvent
public void onWorkflowEvent(@Observes org.imixs.workflow.faces.data.WorkflowEvent workflowEvent) throws org.imixs.workflow.exceptions.AccessDeniedExceptionWorkflowEvent listener to fix a corrupted txtCommentLog item.- Parameters:
workflowEvent-- Throws:
org.imixs.workflow.exceptions.AccessDeniedException
-
-