public class ContainerRegistry
extends java.lang.Object
| Constructor and Description |
|---|
ContainerRegistry(WorkService workService,
BPMWorkFactory workFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
addContainerExecutor(ContainerExecutor containerExecutor) |
void |
executeFlowNode(SFlowNodeInstance flowNodeInstance) |
void |
executeFlowNodeInSameThread(SFlowNodeInstance flowNodeInstance,
java.lang.String containerType) |
void |
nodeReachedState(SFlowNodeInstance flowNodeInstance) |
void |
notifyChildFinished(SFlowNodeInstance flowNodeInstance) |
public ContainerRegistry(WorkService workService, BPMWorkFactory workFactory)
public void addContainerExecutor(ContainerExecutor containerExecutor)
public void notifyChildFinished(SFlowNodeInstance flowNodeInstance) throws SWorkRegisterException
SWorkRegisterExceptionpublic void nodeReachedState(SFlowNodeInstance flowNodeInstance) throws SBonitaException
SBonitaExceptionpublic void executeFlowNode(SFlowNodeInstance flowNodeInstance) throws SWorkRegisterException
SWorkRegisterExceptionpublic void executeFlowNodeInSameThread(SFlowNodeInstance flowNodeInstance, java.lang.String containerType) throws SFlowNodeReadException, SFlowNodeExecutionException