Uses of Class
de.xima.fc.exceptions.WorkflowEventRunnerException
-
Packages that use WorkflowEventRunnerException Package Description de.xima.fc.interfaces.workflow.execution de.xima.fc.workflow.processor.engine -
-
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. -
Uses of WorkflowEventRunnerException in de.xima.fc.workflow.processor.engine
Methods in de.xima.fc.workflow.processor.engine that throw WorkflowEventRunnerException Modifier and Type Method Description com.google.common.collect.Table<Projekt,Vorgang,IEventExecutionResult>
WorkflowEventRunner. triggerEvent(IWorkflowEventData eventData)
-