Uses of Class
de.xima.fc.exceptions.WorkflowEventRunnerException
-
Packages that use WorkflowEventRunnerException Package Description de.xima.fc.interfaces.workflow.execution -
-
Uses of WorkflowEventRunnerException in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that throw WorkflowEventRunnerException Modifier and Type Method Description com.google.common.collect.Table<Projekt,Vorgang,IEventExecutionResult>
IWorkflowEventRunner. triggerEvent(IWorkflowEventData eventData)
Finds allWorkflowTrigger
to which the given event applies and executes them in order.List<IWorkflowQueueItem>
IWorkflowExecutor. triggerEvent(IWorkflowEventData event, EWorkflowEventLoopTiming timing)
Triggers the given event.
-