Uses of Class
de.xima.fc.mdl.enums.EWorkflowEventLoopTiming
-
Packages that use EWorkflowEventLoopTiming Package Description de.xima.fc.interfaces.workflow.execution de.xima.fc.mdl.enums 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 EWorkflowEventLoopTiming Modifier and Type Method Description List<IWorkflowQueueItem>
IWorkflowExecutor. 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 EWorkflowEventLoopTiming Modifier and Type Method Description static EWorkflowEventLoopTiming
EWorkflowEventLoopTiming. valueOf(String name)
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.
-