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
Subclasses with type arguments of type EWorkflowEventLoopTiming in de.xima.fc.mdl.enumsModifier and TypeClassDescriptionenumA single workflow event may trigger multiple tasks, which are executed in order.Methods in de.xima.fc.mdl.enums that return EWorkflowEventLoopTimingModifier and TypeMethodDescriptionstatic EWorkflowEventLoopTimingReturns 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.