Package org.imixs.workflow.engine
Class TextEvent
- java.lang.Object
-
- org.imixs.workflow.engine.TextEvent
-
public class TextEvent extends Object
The TextEvent provides a CDI observer pattern. The TextEvent is fired by the WorkflowService EJB to adapt a text fragment. An event observer can adapt the text fragment in a given document context.- Version:
- 1.0
- Author:
- Ralph Soika
- See Also:
WorkflowService
-
-
Constructor Summary
Constructors Constructor Description TextEvent(String text, ItemCollection document)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemCollectiongetDocument()StringgetText()List<String>getTextList()voidsetText(String text)voidsetTextList(List<String> textList)
-
-
-
Constructor Detail
-
TextEvent
public TextEvent(String text, ItemCollection document)
-
-