Package org.imixs.workflow.office.config
Class TextBlockFileController
java.lang.Object
org.imixs.workflow.office.config.TextBlockFileController
- All Implemented Interfaces:
Serializable
@Named
@ConversationScoped
public class TextBlockFileController
extends Object
implements Serializable
The TextBlockController is a DocumentController with a file updload feature
- Author:
- rsoika
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonWorkflowEvent(org.imixs.workflow.faces.data.WorkflowEvent documentEvent) DocumentEvent listener
-
Constructor Details
-
TextBlockFileController
public TextBlockFileController()
-
-
Method Details
-
onWorkflowEvent
public void onWorkflowEvent(@Observes org.imixs.workflow.faces.data.WorkflowEvent documentEvent) DocumentEvent listenerBefore a text block is saved we transfer new attached files!
- Parameters:
documentEvent-
-