Uses of Interface
de.xima.fc.interfaces.workflow.params.IWorkflowQueueItem
-
-
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 IWorkflowQueueItem Modifier and Type Method Description List<IWorkflowQueueItem>
IWorkflowExecutor. 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 Modifier and Type Method Description Iterable<IWorkflowQueueItem>
IWorkflowRunTasksForEventParams. getQueuedItems()
-
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 IWorkflowQueueItem Modifier and Type Method Description static Map<Projekt,Map<Vorgang,List<IWorkflowQueueItem>>>
EventTaskLocator. 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 IWorkflowQueueItem Modifier and Type Method Description IWorkflowQueueItem
TaskQueue. popNextItemScheduledForExecution()
Methods in de.xima.fc.workflow.processor.logic.execution that return types with arguments of type IWorkflowQueueItem Modifier and Type Method Description Iterator<IWorkflowQueueItem>
TaskQueue. iterator()
Methods in de.xima.fc.workflow.processor.logic.execution with parameters of type IWorkflowQueueItem Modifier and Type Method Description void
TaskQueue. queueAfterAllOtherItems(IWorkflowQueueItem item)
void
TaskQueue. queueForImmediateExecution(IWorkflowQueueItem item)
Method parameters in de.xima.fc.workflow.processor.logic.execution with type arguments of type IWorkflowQueueItem Modifier and Type Method Description static 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 IWorkflowQueueItem Modifier and Type Class Description class
WorkflowQueueItem
POJO implementation of aIWorkflowQueueItem
.Methods in de.xima.fc.workflow.processor.model that return types with arguments of type IWorkflowQueueItem Modifier and Type Method Description Iterable<IWorkflowQueueItem>
WorkflowRunTasksForEventParams. getQueuedItems()
Constructor parameters in de.xima.fc.workflow.processor.model with type arguments of type IWorkflowQueueItem Constructor Description WorkflowRunTasksForEventParams(List<IWorkflowQueueItem> queuedItems, IWorkflowEventData eventData)
Creates a new POJO implementation ofIWorkflowRunTasksForEventParams
.
-