Klasse 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
Autor:
Ralph Soika
Siehe auch:
  • Konstruktordetails

  • Methodendetails

    • getDocument

      public ItemCollection getDocument()
    • getText

      public String getText()
    • setText

      public void setText(String text)
    • getTextList

      public List<String> getTextList()
    • setTextList

      public void setTextList(List<String> textList)