Uses of Interface
de.xima.fc.interfaces.workflow.params.IWorkflowQueueItem
Packages that use IWorkflowQueueItem
Package
Description
-
Uses of IWorkflowQueueItem in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return types with arguments of type IWorkflowQueueItemModifier and TypeMethodDescriptionIWorkflowExecutor.triggerEvent
(IWorkflowEventData event, EWorkflowEventLoopTiming timing) Triggers the given event. -
Uses of IWorkflowQueueItem in de.xima.fc.interfaces.workflow.params
Methods in de.xima.fc.interfaces.workflow.params that return types with arguments of type IWorkflowQueueItem -
Uses of IWorkflowQueueItem in de.xima.fc.workflow.processor.logic.event
Methods in de.xima.fc.workflow.processor.logic.event that return types with arguments of type IWorkflowQueueItemModifier and TypeMethodDescriptionEventTaskLocator.findTasksToRun
(IWorkflowEventData eventData) Finds all task that apply to the given event data.static List<IWorkflowQueueItem>
EventTaskLocator.findTasksToRunForFormRecord
(IFormRecordProvidingEvent eventData) Finds all task that apply to the given form record event data. -
Uses of IWorkflowQueueItem in de.xima.fc.workflow.processor.logic.execution
Methods in de.xima.fc.workflow.processor.logic.execution that return IWorkflowQueueItemMethods in de.xima.fc.workflow.processor.logic.execution that return types with arguments of type IWorkflowQueueItemMethods in de.xima.fc.workflow.processor.logic.execution with parameters of type IWorkflowQueueItemModifier and TypeMethodDescriptionvoid
TaskQueue.queueAfterAllOtherItems
(IWorkflowQueueItem item) void
TaskQueue.queueForImmediateExecution
(IWorkflowQueueItem item) Method parameters in de.xima.fc.workflow.processor.logic.execution with type arguments of type IWorkflowQueueItemModifier and TypeMethodDescriptionstatic TaskQueue
TaskQueue.forItems
(Iterable<IWorkflowQueueItem> items) -
Uses of IWorkflowQueueItem in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement IWorkflowQueueItemMethods in de.xima.fc.workflow.processor.model that return types with arguments of type IWorkflowQueueItemConstructor parameters in de.xima.fc.workflow.processor.model with type arguments of type IWorkflowQueueItemModifierConstructorDescriptionWorkflowRunTasksForEventParams
(List<IWorkflowQueueItem> queuedItems, IWorkflowEventData eventData) Creates a new POJO implementation ofIWorkflowRunTasksForEventParams
.