Uses of Class
org.imixs.workflow.engine.TextEvent

Packages that use TextEvent
Package
Description
 
  • Uses of TextEvent in org.imixs.workflow.engine

    Fields in org.imixs.workflow.engine with type parameters of type TextEvent
    Modifier and Type
    Field
    Description
    protected jakarta.enterprise.event.Event<TextEvent>
    TextForEachAdapter.textEvents
     
    protected jakarta.enterprise.event.Event<TextEvent>
    TextForEachChildAdapter.textEvents
     
    protected jakarta.enterprise.event.Event<TextEvent>
    TextForEachRefAdapter.textEvents
     
    protected jakarta.enterprise.event.Event<TextEvent>
    TextForEachValueAdapter.textEvents
     
    protected jakarta.enterprise.event.Event<TextEvent>
    WorkflowService.textEvents
     
    Methods in org.imixs.workflow.engine with parameters of type TextEvent
    Modifier and Type
    Method
    Description
    void
    TextForEachAdapter.onEvent(TextEvent event)
    Deprecated.
    void
    TextForEachChildAdapter.onEvent(TextEvent event)
    This method reacts on CDI events of the type TextEvent and parses a string for xml tag <for-each>.
    void
    TextForEachRefAdapter.onEvent(TextEvent event)
    This method reacts on CDI events of the type TextEvent and parses a string for xml tag <for-each>.
    void
    TextForEachValueAdapter.onEvent(TextEvent event)
    This method reacts on CDI events of the type TextEvent and parses a string for xml tag <for-each-value>.
    void
    TextItemValueAdapter.onEvent(TextEvent event)
    This method reacts on CDI events of the type TextEvent and parses a string for xml tag [<itemvalue>.
    void
    TextPropertyValueAdapter.onEvent(TextEvent event)
    This method reacts on CDI events of the type TextEvent and parses a string for xml tag .