public class ContainerRegistry extends Object
| Constructor and Description |
|---|
ContainerRegistry(WorkService workService,
BPMWorkFactory workFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
addContainerExecutor(ContainerExecutor containerExecutor) |
void |
executeFlowNode(long processDefinitionId,
long processInstanceId,
long flowNodeInstanceId) |
void |
executeFlowNodeInSameThread(long flowNodeInstanceId,
String containerType) |
void |
nodeReachedState(long processDefinitionId,
SFlowNodeInstance flowNodeInstance,
long parentId,
String parentType) |
public ContainerRegistry(WorkService workService, BPMWorkFactory workFactory)
public void addContainerExecutor(ContainerExecutor containerExecutor)
public void nodeReachedState(long processDefinitionId,
SFlowNodeInstance flowNodeInstance,
long parentId,
String parentType)
throws org.bonitasoft.engine.commons.exceptions.SBonitaException
org.bonitasoft.engine.commons.exceptions.SBonitaExceptionpublic void executeFlowNode(long processDefinitionId,
long processInstanceId,
long flowNodeInstanceId)
throws SWorkRegisterException
SWorkRegisterExceptionpublic void executeFlowNodeInSameThread(long flowNodeInstanceId,
String containerType)
throws SFlowNodeReadException,
SFlowNodeExecutionException
Copyright © 2019 Bonitasoft S.A.. All rights reserved.