public class ExecuteFlowNodes
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.Object>
| Constructor and Description |
|---|
ExecuteFlowNodes(TenantServiceAccessor tenantServiceAccessor,
java.util.Iterator<java.lang.Long> iterator) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
call() |
protected boolean |
shouldExecuteFlownode(SFlowNodeInstance sFlowNodeInstance)
Determines if the found flownode should be relaunched at restart or not.
|
public ExecuteFlowNodes(TenantServiceAccessor tenantServiceAccessor, java.util.Iterator<java.lang.Long> iterator)
public java.lang.Object call()
throws java.lang.Exception
call in interface java.util.concurrent.Callable<java.lang.Object>java.lang.Exceptionprotected boolean shouldExecuteFlownode(SFlowNodeInstance sFlowNodeInstance) throws SBonitaException
sFlowNodeInstance - the flownode to checkSBonitaException - in case of error.