Uses of Enum
de.xima.fc.mdl.enums.EWorkflowEventLoopTiming
Packages that use EWorkflowEventLoopTiming
Package
Description
Commonly used enumeration that are mainly used in model classes.
-
Uses of EWorkflowEventLoopTiming in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type EWorkflowEventLoopTimingModifier and TypeMethodDescriptionIWorkflowExecutor.triggerEvent
(IWorkflowEventData event, EWorkflowEventLoopTiming timing) Triggers the given event. -
Uses of EWorkflowEventLoopTiming in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EWorkflowEventLoopTimingModifier and TypeMethodDescriptionstatic EWorkflowEventLoopTiming
Returns the enum constant of this type with the specified name.static EWorkflowEventLoopTiming[]
EWorkflowEventLoopTiming.values()
Returns an array containing the constants of this enum type, in the order they are declared.