Uses of Interface
org.flowable.cmmn.api.reactivation.CaseReactivationBuilder
-
Uses of CaseReactivationBuilder in org.flowable.cmmn.api
Modifier and TypeMethodDescriptionCmmnHistoryService.createCaseReactivationBuilder
(String caseInstanceId) Creates a new case reactivation builder used to reactivate an archived / finished case with various options. -
Uses of CaseReactivationBuilder in org.flowable.cmmn.api.reactivation
Modifier and TypeMethodDescriptionCaseReactivationBuilder.addTerminatedPlanItemInstanceForPlanItemDefinition
(String planItemDefinitionId) Adds a plan item instance for a new plan item definition.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.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.Adds a variable to be added to the case before triggering the reactivation event.Adds the map of variables to the case before triggering the reactivation event.