| Package | Description |
|---|---|
| org.bonitasoft.engine.core.process.instance.api | |
| org.bonitasoft.engine.core.process.instance.impl | |
| org.bonitasoft.engine.execution |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowNodeInstanceService.setExecutedBy(SFlowNodeInstance sFlowNodeInstance,
long userId)
Set execute by for the specific flow node instance
|
void |
FlowNodeInstanceService.setExecutedBySubstitute(SFlowNodeInstance sFlowNodeInstance,
long executerSubstituteId)
Set execute by delegate for the specific flow node instance
|
void |
FlowNodeInstanceService.setExecuting(SFlowNodeInstance flowNodeInstance) |
void |
FlowNodeInstanceService.setExpectedEndDate(SFlowNodeInstance flowNodeInstance,
Long dueDate) |
void |
FlowNodeInstanceService.setState(SFlowNodeInstance flowNodeInstance,
FlowNodeState state) |
void |
FlowNodeInstanceService.setStateCategory(SFlowElementInstance flowElementInstance,
SStateCategory stateCategory) |
void |
FlowNodeInstanceService.setTaskPriority(SFlowNodeInstance flowNodeInstance,
STaskPriority priority) |
void |
ActivityInstanceService.setTokenCount(SActivityInstance activityInstance,
int tokenCount)
Set tokenCount for the specific activity instance
|
void |
FlowNodeInstanceService.updateDisplayDescription(SFlowNodeInstance flowNodeInstance,
String displayDescription) |
void |
FlowNodeInstanceService.updateDisplayName(SFlowNodeInstance flowNodeInstance,
String displayName) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowNodeInstancesServiceImpl.setExecutedBy(SFlowNodeInstance flowNodeInstance,
long userId) |
void |
FlowNodeInstancesServiceImpl.setExecutedBySubstitute(SFlowNodeInstance flowNodeInstance,
long executerSubstituteId) |
void |
FlowNodeInstancesServiceImpl.setExecuting(SFlowNodeInstance flowNodeInstance) |
void |
FlowNodeInstancesServiceImpl.setExpectedEndDate(SFlowNodeInstance flowNodeInstance,
Long dueDate) |
void |
FlowNodeInstancesServiceImpl.setState(SFlowNodeInstance flowNodeInstance,
FlowNodeState state) |
void |
FlowNodeInstancesServiceImpl.setStateCategory(SFlowElementInstance flowElementInstance,
SStateCategory stateCategory) |
void |
FlowNodeInstancesServiceImpl.setTaskPriority(SFlowNodeInstance flowNodeInstance,
STaskPriority priority) |
void |
ActivityInstanceServiceImpl.setTokenCount(SActivityInstance activityInstance,
int tokenCount) |
void |
FlowNodeInstancesServiceImpl.updateDisplayDescription(SFlowNodeInstance flowNodeInstance,
String displayDescription) |
void |
FlowNodeInstancesServiceImpl.updateDisplayName(SFlowNodeInstance flowNodeInstance,
String displayName) |
protected void |
FlowNodeInstancesServiceImpl.updateFlowNode(SFlowNodeInstance flowNodeInstance,
String eventName,
EntityUpdateDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowNodeExecutorImpl.childFinished(long processDefinitionId,
long parentId,
SFlowNodeInstance sFlowNodeInstanceChild) |
Copyright © 2019 Bonitasoft S.A.. All rights reserved.