| Package | Description |
|---|---|
| org.bonitasoft.engine.core.process.instance.api | |
| org.bonitasoft.engine.core.process.instance.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
ActivityInstanceService.addMultiInstanceNumberOfActiveActivities(SMultiInstanceActivityInstance flowNodeInstance,
int number)
Add number of activeInstances for the specific SMultiInstanceActivityInstance object
|
void |
ActivityInstanceService.addMultiInstanceNumberOfCompletedActivities(SMultiInstanceActivityInstance flowNodeInstance,
int number)
Add number of completed activeInstances for the specific SMultiInstanceActivityInstance object
|
void |
ActivityInstanceService.addMultiInstanceNumberOfTerminatedActivities(SMultiInstanceActivityInstance flowNodeInstance,
int number)
Add number of terminated activeInstances for the specific SMultiInstanceActivityInstance object
|
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 |
ActivityInstanceService.deleteAllPendingMappings()
Delete all pending mappings for the connected tenant
|
void |
ActivityInstanceService.deletePendingMappings(long humanTaskInstanceId)
deletePendingMappings
|
void |
ActivityInstanceService.incrementLoopCounter(SLoopActivityInstance loopInstance)
Increase loopCounter(loopCount+1) for the specific loop instance
|
void |
ActivityInstanceService.setAbortedByBoundaryEvent(SActivityInstance activityInstance,
long boundaryEventId) |
void |
ActivityInstanceService.setLoopCardinality(SFlowNodeInstance flowNodeInstance,
int intLoopCardinality)
Set LoopCardinality for the specific loopActvity
|
void |
ActivityInstanceService.setLoopMax(SLoopActivityInstance loopActivity,
Integer result)
Set max loop for the specific loopActvity
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActivityInstanceServiceImpl.addMultiInstanceNumberOfActiveActivities(SMultiInstanceActivityInstance flowNodeInstance,
int number) |
void |
ActivityInstanceServiceImpl.addMultiInstanceNumberOfCompletedActivities(SMultiInstanceActivityInstance flowNodeInstance,
int number) |
void |
ActivityInstanceServiceImpl.addMultiInstanceNumberOfTerminatedActivities(SMultiInstanceActivityInstance flowNodeInstance,
int number) |
void |
ActivityInstanceServiceImpl.assignHumanTask(long userTaskId,
long userId) |
void |
ActivityInstanceServiceImpl.assignHumanTaskIfNotAssigned(long userTaskId,
long userId) |
void |
ActivityInstanceServiceImpl.deleteAllPendingMappings() |
void |
ActivityInstanceServiceImpl.deletePendingMappings(long humanTaskInstanceId) |
void |
ActivityInstanceServiceImpl.incrementLoopCounter(SLoopActivityInstance loopInstance) |
void |
ActivityInstanceServiceImpl.setAbortedByBoundaryEvent(SActivityInstance activityInstance,
long boundaryEventId) |
void |
ActivityInstanceServiceImpl.setLoopCardinality(SFlowNodeInstance flowNodeInstance,
int intLoopCardinality) |
void |
ActivityInstanceServiceImpl.setLoopMax(SLoopActivityInstance loopActivity,
Integer loopMap) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.