Class TaskQueue
java.lang.Object
de.xima.fc.workflow.processor.logic.execution.TaskQueue
- All Implemented Interfaces:
Iterable<IWorkflowQueueItem>
A task queue implemented as a list, but only with the methods actually required.
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Details
-
clear
public void clear() -
isEmpty
public boolean isEmpty() -
iterator
- Specified by:
iterator
in interfaceIterable<IWorkflowQueueItem>
-
popNextItemScheduledForExecution
-
queueAfterAllOtherItems
-
queueForImmediateExecution
-
size
public int size() -
forItems
-