Uses of Class
org.imixs.workflow.engine.TextEvent
-
Packages that use TextEvent Package Description org.imixs.workflow.engine -
-
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. textEventsprotected jakarta.enterprise.event.Event<TextEvent>WorkflowService. textEventsMethods in org.imixs.workflow.engine with parameters of type TextEvent Modifier and Type Method Description voidTextForEachAdapter. onEvent(TextEvent event)This method reacts on CDI events of the type TextEvent and parses a string for xml tag. voidTextItemValueAdapter. onEvent(TextEvent event)This method reacts on CDI events of the type TextEvent and parses a string for xml tag [<itemvalue>.voidTextPropertyValueAdapter. onEvent(TextEvent event)This method reacts on CDI events of the type TextEvent and parses a string for xml tag.
-