public class ProcessInstanceInterruptor extends Object
| Constructor and Description |
|---|
ProcessInstanceInterruptor(org.bonitasoft.engine.core.process.instance.api.ProcessInstanceService processInstanceService,
org.bonitasoft.engine.core.process.instance.api.FlowNodeInstanceService flowNodeInstanceService,
ContainerRegistry containerRegistry,
org.bonitasoft.engine.log.technical.TechnicalLoggerService technicalLoggerService) |
| Modifier and Type | Method and Description |
|---|---|
void |
interruptChildrenOnly(long processInstanceId,
org.bonitasoft.engine.core.process.instance.model.SStateCategory stateCategory,
long interruptorChildId) |
void |
interruptProcessInstance(long processInstanceId,
org.bonitasoft.engine.core.process.instance.model.SStateCategory stateCategory) |
void |
interruptProcessInstance(long processInstanceId,
org.bonitasoft.engine.core.process.instance.model.SStateCategory stateCategory,
long exceptionChildId) |
public ProcessInstanceInterruptor(org.bonitasoft.engine.core.process.instance.api.ProcessInstanceService processInstanceService,
org.bonitasoft.engine.core.process.instance.api.FlowNodeInstanceService flowNodeInstanceService,
ContainerRegistry containerRegistry,
org.bonitasoft.engine.log.technical.TechnicalLoggerService technicalLoggerService)
public void interruptProcessInstance(long processInstanceId,
org.bonitasoft.engine.core.process.instance.model.SStateCategory stateCategory)
throws org.bonitasoft.engine.commons.exceptions.SBonitaException
org.bonitasoft.engine.commons.exceptions.SBonitaExceptionpublic void interruptProcessInstance(long processInstanceId,
org.bonitasoft.engine.core.process.instance.model.SStateCategory stateCategory,
long exceptionChildId)
throws org.bonitasoft.engine.commons.exceptions.SBonitaException
org.bonitasoft.engine.commons.exceptions.SBonitaExceptionpublic void interruptChildrenOnly(long processInstanceId,
org.bonitasoft.engine.core.process.instance.model.SStateCategory stateCategory,
long interruptorChildId)
throws org.bonitasoft.engine.commons.exceptions.SBonitaException
org.bonitasoft.engine.commons.exceptions.SBonitaExceptionCopyright © 2017 Bonitasoft S.A.. All rights reserved.