| Modifier and Type | Method and Description |
|---|---|
void |
BPMInstancesCreator.createDataInstances(SProcessInstance processInstance,
SFlowElementContainerDefinition processContainer,
SProcessDefinition processDefinition,
SExpressionContext expressionContext,
List<SOperation> operations,
Map<String,Object> context,
SExpressionContext expressionContextToEvaluateOperations) |
SManualTaskInstance |
BPMInstancesCreator.createManualTaskInstance(long parentUserTaskId,
String name,
long flowNodeDefinitionId,
String displayName,
long userId,
String description,
long dueDate,
STaskPriority priority) |
| Modifier and Type | Method and Description |
|---|---|
void |
ActivityInstanceService.assignHumanTask(long userTaskId,
long userId)
Assign the specific human task to the user
|
void |
ActivityInstanceService.assignHumanTaskIfNotAssigned(long userTaskId,
long userId)
Assign the specific human task to the user if it is not currently assigned
|
void |
ProcessInstanceService.deleteArchivedProcessInstance(SAProcessInstance archivedProcessInstance)
Delete specified archived process instance
|
void |
FlowNodeInstanceService.deleteFlowNodeInstance(SFlowNodeInstance sFlowNodeInstance) |
void |
ProcessInstanceService.deleteFlowNodeInstance(SFlowNodeInstance flowNodeInstance,
SProcessDefinition processDefinition) |
void |
ProcessInstanceService.deleteProcessInstance(long processInstanceId)
Delete the id specified process instance
|
void |
ProcessInstanceService.deleteProcessInstance(SProcessInstance processInstance)
Delete the specified process instance
|
SAFlowNodeInstance |
FlowNodeInstanceService.getArchivedFlowNodeInstance(long archivedFlowNodeInstanceId) |
List<SAFlowNodeInstance> |
FlowNodeInstanceService.getArchivedFlowNodeInstances(long rootContainerId,
int fromIndex,
int maxResults) |
SFlowNodeInstance |
FlowNodeInstanceService.getFlowNodeInstance(long flowNodeInstanceId) |
List<SFlowNodeInstance> |
FlowNodeInstanceService.getFlowNodeInstances(long parentContainerId,
int fromIndex,
int maxResults) |
| Modifier and Type | Class and Description |
|---|---|
class |
SActivityReadException |
| Modifier and Type | Method and Description |
|---|---|
void |
ActivityInstanceServiceImpl.assignHumanTask(long userTaskId,
long userId) |
void |
ActivityInstanceServiceImpl.assignHumanTaskIfNotAssigned(long userTaskId,
long userId) |
protected void |
ProcessInstanceServiceImpl.checkIfCallerIsNotActive(long callerId) |
SAFlowNodeInstance |
FlowNodeInstancesServiceImpl.getArchivedFlowNodeInstance(long archivedFlowNodeInstanceId) |
List<SAFlowNodeInstance> |
FlowNodeInstancesServiceImpl.getArchivedFlowNodeInstances(long rootContainerId,
int fromIndex,
int maxResults) |
SFlowNodeInstance |
FlowNodeInstancesServiceImpl.getFlowNodeInstance(long flowNodeInstanceId) |
List<SFlowNodeInstance> |
FlowNodeInstancesServiceImpl.getFlowNodeInstances(long parentProcessInstanceId,
int fromIndex,
int maxResults) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowNodeExecutorImpl.childFinished(long processDefinitionId,
long parentId,
SFlowNodeInstance sFlowNodeInstanceChild) |
FlowNodeState |
ContainerExecutor.executeFlowNode(long flowNodeInstanceId,
Long executerId,
Long executerSubstituteId)
Execute a flow node in the context of this container executor
|
void |
ContainerRegistry.executeFlowNodeInSameThread(long flowNodeInstanceId,
String containerType) |
SProcessInstance |
ProcessExecutor.startElements(SProcessInstance sProcessInstance,
FlowNodeSelector selector) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ExecuteActionsAndTerminateTask.executeActivity(SFlowNodeInstance flowNodeInstance,
long executerUserId) |
| Modifier and Type | Method and Description |
|---|---|
protected long |
AbstractDocumentLeftOperandHandler.getProcessInstanceId(long containerId,
String containerType) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.