org.bonitasoft.engine.execution
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,
org.bonitasoft.engine.core.expression.control.model.SExpressionContext contextDependency,
List<org.bonitasoft.engine.core.operation.model.SOperation> operations) |
void |
executeFlowNodeInSameThread(Long processInstanceId,
long flowNodeInstanceId,
org.bonitasoft.engine.core.expression.control.model.SExpressionContext contextDependency,
List<org.bonitasoft.engine.core.operation.model.SOperation> operations,
String containerType) |
void |
nodeReachedState(long processDefinitionId,
long flowNodeInstanceId,
long parentId,
String parentType) |
public ContainerRegistry(org.bonitasoft.engine.work.WorkService workService)
workService - public void addContainerExecutor(ContainerExecutor containerExecutor)
containerExecutor - public void nodeReachedState(long processDefinitionId,
long flowNodeInstanceId,
long parentId,
String parentType)
throws org.bonitasoft.engine.commons.exceptions.SBonitaException
processDefinitionId - flowNodeInstanceId - parentId - parentType - org.bonitasoft.engine.commons.exceptions.SBonitaExceptionpublic void executeFlowNode(long processDefinitionId,
long processInstanceId,
long flowNodeInstanceId,
org.bonitasoft.engine.core.expression.control.model.SExpressionContext contextDependency,
List<org.bonitasoft.engine.core.operation.model.SOperation> operations)
throws org.bonitasoft.engine.work.SWorkRegisterException
processDefinitionId - flowNodeInstanceId - contextDependency - operations - processInstanceId - org.bonitasoft.engine.work.SWorkRegisterExceptionpublic void executeFlowNodeInSameThread(Long processInstanceId, long flowNodeInstanceId, org.bonitasoft.engine.core.expression.control.model.SExpressionContext contextDependency, List<org.bonitasoft.engine.core.operation.model.SOperation> operations, String containerType) throws org.bonitasoft.engine.core.process.instance.api.exceptions.SFlowNodeReadException, org.bonitasoft.engine.core.process.instance.api.exceptions.SFlowNodeExecutionException
flowNodeInstanceId - contextDependency - operations - containerType - processInstanceId - org.bonitasoft.engine.core.process.instance.api.exceptions.SFlowNodeReadExceptionorg.bonitasoft.engine.core.process.instance.api.exceptions.SFlowNodeExecutionExceptionCopyright © 2014 Bonitasoft S.A.. All rights reserved.