public class ContainerRegistry extends Object
| Constructor and Description |
|---|
ContainerRegistry(org.bonitasoft.engine.work.WorkService workService) |
| Modifier and Type | Method and Description |
|---|---|
void |
addContainerExecutor(ContainerExecutor containerExecutor) |
void |
executeFlowNode(long processDefinitionId,
long processInstanceId,
long flowNodeInstanceId) |
void |
executeFlowNodeInSameThread(Long processInstanceId,
long flowNodeInstanceId,
String containerType) |
void |
nodeReachedState(long processDefinitionId,
long flowNodeInstanceId,
long parentId,
String parentType) |
public ContainerRegistry(org.bonitasoft.engine.work.WorkService workService)
public void addContainerExecutor(ContainerExecutor containerExecutor)
public void nodeReachedState(long processDefinitionId,
long flowNodeInstanceId,
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 org.bonitasoft.engine.work.SWorkRegisterException
org.bonitasoft.engine.work.SWorkRegisterExceptionpublic void executeFlowNodeInSameThread(Long processInstanceId, long flowNodeInstanceId, String containerType) throws org.bonitasoft.engine.core.process.instance.api.exceptions.SFlowNodeReadException, org.bonitasoft.engine.core.process.instance.api.exceptions.SFlowNodeExecutionException
org.bonitasoft.engine.core.process.instance.api.exceptions.SFlowNodeReadExceptionorg.bonitasoft.engine.core.process.instance.api.exceptions.SFlowNodeExecutionExceptionCopyright © 2017 Bonitasoft S.A.. All rights reserved.