| Package | Description |
|---|---|
| org.flowable.cmmn.api | |
| org.flowable.cmmn.api.reactivation | |
| org.flowable.cmmn.engine.impl | |
| org.flowable.cmmn.engine.impl.reactivation |
| Modifier and Type | Method and Description |
|---|---|
CaseReactivationBuilder |
CmmnHistoryService.createCaseReactivationBuilder(String caseInstanceId)
Creates a new case reactivation builder used to reactivate an archived / finished case with various options.
|
| Modifier and Type | Method and Description |
|---|---|
CaseReactivationBuilder |
CaseReactivationBuilder.transientVariable(String name,
Object value)
Adds a transient variable to the case before triggering the reactivation event which is available only during that first transaction.
|
CaseReactivationBuilder |
CaseReactivationBuilder.transientVariables(Map<String,Object> variables)
Adds a map of transient variables to the case before triggering the reactivation event which are available only during that first transaction.
|
CaseReactivationBuilder |
CaseReactivationBuilder.variable(String name,
Object value)
Adds a variable to be added to the case before triggering the reactivation event.
|
CaseReactivationBuilder |
CaseReactivationBuilder.variables(Map<String,Object> variables)
Adds the map of variables to the case before triggering the reactivation event.
|
| Modifier and Type | Method and Description |
|---|---|
CaseReactivationBuilder |
CmmnHistoryServiceImpl.createCaseReactivationBuilder(String caseInstanceId) |
| Modifier and Type | Class and Description |
|---|---|
class |
CaseReactivationBuilderImpl
The case reactivation builder implementation storing reactivation specific information and executing the reactivation command to reactivate a historical
case instance.
|
| Modifier and Type | Method and Description |
|---|---|
CaseReactivationBuilder |
CaseReactivationBuilderImpl.transientVariable(String name,
Object value) |
CaseReactivationBuilder |
CaseReactivationBuilderImpl.transientVariables(Map<String,Object> variables) |
CaseReactivationBuilder |
CaseReactivationBuilderImpl.variable(String name,
Object value) |
CaseReactivationBuilder |
CaseReactivationBuilderImpl.variables(Map<String,Object> variables) |
Copyright © 2023 Flowable. All rights reserved.