Uses of Class
org.chenile.stm.model.EventInformation
Package
Description
Contains Implementation classes (including base implementations) for a bunch of STM interfaces.
Contains a bunch of descriptor classes to hold various kinds of meta data.
-
Uses of EventInformation in org.chenile.stm
-
Uses of EventInformation in org.chenile.stm.impl
Modifier and TypeFieldDescriptionprotected Map<String,
EventInformation> STMFlowStoreImpl.eventInfos
Modifier and TypeMethodDescriptionSTMActionsInfoProvider.getEventInformation
(String eventId) STMFlowStoreImpl.getEventInformation
(String eventId) Modifier and TypeMethodDescriptionFluentFlowReader.addEventInformation
(EventInformation eventInformation) void
STMFlowStoreImpl.addEventInformation
(EventInformation eventInformation) protected void
XmlFlowReader.AddEventInformationRule.processMetaAttributes
(EventInformation eventInformation, Attributes attributes) protected void
XmlFlowReader.AddEventInformationRule.processTransitionAction
(EventInformation eventInformation, Attributes attributes) -
Uses of EventInformation in org.chenile.stm.model
Modifier and TypeMethodDescriptionEventInformation.addMetaData
(String name, String value) EventInformation.transitionAction
(STMTransitionAction<?> transitionAction) Modifier and TypeMethodDescriptionTransition.fromEventInformation
(EventInformation eventInformation)