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 flowNodeInstanceId,
org.bonitasoft.engine.core.expression.control.model.SExpressionContext contextDependency,
List<org.bonitasoft.engine.core.operation.model.SOperation> operations,
String containerType,
long processInstanceId) |
void |
executeFlowNodeInSameThread(long flowNodeInstanceId,
org.bonitasoft.engine.core.expression.control.model.SExpressionContext contextDependency,
List<org.bonitasoft.engine.core.operation.model.SOperation> operations,
String containerType,
Long processInstanceId) |
void |
nodeReachedState(long processDefinitionId,
long flowNodeInstanceId,
int stateId,
long parentId,
String parentType) |
public ContainerRegistry(org.bonitasoft.engine.work.WorkService workService)
public void addContainerExecutor(ContainerExecutor containerExecutor)
public void nodeReachedState(long processDefinitionId,
long flowNodeInstanceId,
int stateId,
long parentId,
String parentType)
throws org.bonitasoft.engine.commons.exceptions.SBonitaException
org.bonitasoft.engine.commons.exceptions.SBonitaExceptionpublic void executeFlowNode(long flowNodeInstanceId,
org.bonitasoft.engine.core.expression.control.model.SExpressionContext contextDependency,
List<org.bonitasoft.engine.core.operation.model.SOperation> operations,
String containerType,
long processInstanceId)
throws org.bonitasoft.engine.work.WorkRegisterException
org.bonitasoft.engine.work.WorkRegisterExceptionpublic void executeFlowNodeInSameThread(long flowNodeInstanceId,
org.bonitasoft.engine.core.expression.control.model.SExpressionContext contextDependency,
List<org.bonitasoft.engine.core.operation.model.SOperation> operations,
String containerType,
Long processInstanceId)
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 © 2014 BonitaSoft. All Rights Reserved.